mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Version 0.2.3 (#274)
0.2.3 (26. August, 2021) - **fixed:** Fix accidental breaking change introduced by internal refactor. `BoxRoute` used to be `Sync` but was accidental made `!Sync` ([#273](https://github.com/tokio-rs/axum/pull/273))
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
|
||||
[workspace]
|
||||
members = ["examples/*"]
|
||||
|
||||
Reference in New Issue
Block a user