Skip to content

Commit

Permalink
Fix cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed Jun 4, 2024
1 parent f944a86 commit f98b865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition.workspace = true

[dependencies]
anyhow = "1"
axum = { version = "0.7", features = ["tracing"], optional = true }
bs58 = { version = "0.4", features = ["check"] }
axum = { version = ">=0.7", features = ["tracing"], optional = true }
bs58 = { workspace = true }
helium-crypto = { workspace = true }
helium-proto = { workspace = true, optional = true }
http = { workspace = true, optional = true }
Expand Down

0 comments on commit f98b865

Please sign in to comment.