Skip to content

Commit

Permalink
fix: remove macros feature from axum dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Oct 18, 2024
1 parent 0eb1580 commit 2c4b098
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ testing = ["miden-objects/testing", "miden-lib/testing"]

[dependencies]
anyhow = "1.0"
axum = { version = "0.7", features = ["tokio", "macros"] }
axum = { version = "0.7", features = ["tokio"] }
clap = { version = "4.5", features = ["derive", "string"] }
figment = { version = "0.10", features = ["toml", "env"] }
http = "1.1"
Expand Down

0 comments on commit 2c4b098

Please sign in to comment.