summaryrefslogtreecommitdiff
path: root/axum-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'axum-core/Cargo.toml')
-rw-r--r--axum-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/axum-core/Cargo.toml b/axum-core/Cargo.toml
index 32c1187f..647a0eaf 100644
--- a/axum-core/Cargo.toml
+++ b/axum-core/Cargo.toml
@@ -8,7 +8,7 @@ license = "MIT"
name = "axum-core"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
-version = "0.2.2"
+version = "0.2.3" # remember to also bump the version that axum depends on
[dependencies]
async-trait = "0.1"