Version 0.1.2 (#80)

This commit is contained in:
David Pedersen
2021-08-01 22:13:43 +02:00
committed by GitHub
parent 666d088b26
commit 55c1a29420
3 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
authors = ["David Pedersen <[email protected]>"]
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Web framework that focuses on ergonomics and modularity"
documentation = "https://docs.rs/axum/0.1.1"
documentation = "https://docs.rs/axum/0.1.2"
edition = "2018"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
@@ -10,7 +10,7 @@ license = "MIT"
name = "axum"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.1.1"
version = "0.1.2"
[features]
default = []