Skip to content

Commit

Permalink
fix cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBonilla committed Nov 12, 2022
1 parent e02dd78 commit 99ce51c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const VERSION: &str = "0.4.0";
pub const VERSION: &str = "0.4.1";

0 comments on commit 99ce51c

Please sign in to comment.