mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
Version 0.1.1
This commit is contained in:
parent
446cfca753
commit
6c1279a415
4 changed files with 8 additions and 4 deletions
|
@ -13,6 +13,10 @@ None.
|
|||
|
||||
None.
|
||||
|
||||
# 0.1.1 (30. July, 2021)
|
||||
|
||||
- Misc readme fixes.
|
||||
|
||||
# 0.1.0 (30. July, 2021)
|
||||
|
||||
- Initial release.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
authors = ["David Pedersen <david.pdrsn@gmail.com>"]
|
||||
categories = ["asynchronous", "network-programming", "web-programming"]
|
||||
description = "Web framework that focuses on ergonomics and modularity"
|
||||
documentation = "https://docs.rs/axum/0.1.0"
|
||||
documentation = "https://docs.rs/axum/0.1.1"
|
||||
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.0"
|
||||
version = "0.1.1"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
@ -114,7 +114,7 @@ for inclusion in `axum` by you, shall be licensed as MIT, without any
|
|||
additional terms or conditions.
|
||||
|
||||
[examples]: https://github.com/tokio-rs/axum/tree/master/examples
|
||||
[docs]: https://docs.rs/axum/0.1.0
|
||||
[docs]: https://docs.rs/axum
|
||||
[`tower`]: https://crates.io/crates/tower
|
||||
[`hyper`]: https://crates.io/crates/hyper
|
||||
[`tower-http`]: https://crates.io/crates/tower-http
|
||||
|
|
|
@ -550,7 +550,7 @@
|
|||
//! [`Timeout`]: tower::timeout::Timeout
|
||||
//! [examples]: https://github.com/tokio-rs/axum/tree/main/examples
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/axum/0.1.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/axum/0.1.1")]
|
||||
#![warn(
|
||||
clippy::all,
|
||||
clippy::dbg_macro,
|
||||
|
|
Loading…
Reference in a new issue