diff --git a/Cargo.lock b/Cargo.lock index 3e547df..3310244 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,7 +49,7 @@ dependencies = [ [[package]] name = "axum-app-wrapper" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index aef059b..448265e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "axum-app-wrapper" -version = "0.1.0" +version = "0.1.1" edition = "2024" [dependencies]