diff --git a/Cargo.toml b/Cargo.toml index f54ddbd..e33292e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphul" -version = "0.4.0" +version = "0.4.1" edition = "2021" license = "MIT" categories = ["asynchronous", "network-programming", "web-programming::http-server"] @@ -16,7 +16,7 @@ readme = "README.md" [dependencies] hyper = { version = "0.14", features = ["full"] } tokio = { version = "1", features = ["full"] } -axum = "0.6.0-rc.2" +axum = "=0.6.0-rc.2" askama = "0.11" futures = "0.3.24" tower = { version = "0.4", features = ["util"] } diff --git a/src/app.rs b/src/app.rs index f22e72f..805a7e8 100644 --- a/src/app.rs +++ b/src/app.rs @@ -1 +1 @@ -pub const VERSION: &str = "0.4.0"; +pub const VERSION: &str = "0.4.1";