Skip to content

Commit

Permalink
Update to real crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Dec 20, 2023
1 parent 57100c1 commit c38c3d0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,11 +18,7 @@ doctest = false

[dependencies]
axum = "0.7.2"
#more-di = { version = "3.0.0", features = ["async"] }

[dependencies.more-di]
path = "../more-rs-di/src/di"
features = ["async"]
more-di = { version = "3.1", features = ["async"] }

[dev-dependencies]
# REF: https://github.com/tokio-rs/axum/blob/main/axum/Cargo.toml#L33

0 comments on commit c38c3d0

Please sign in to comment.