Skip to content

Commit

Permalink
Merge pull request fedimint#4869 from tvolk131/fedimint-mint-common_c…
Browse files Browse the repository at this point in the history
…leanup_cargo_toml

chore: remove unused dependency features from fedimint-mint-common
  • Loading branch information
dpc authored Apr 8, 2024
2 parents 61d0558 + 190b297 commit 25d08f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/fedimint-mint-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fedimint-core = { version = "=0.4.0-alpha", path = "../../fedimint-core" }
rand = { workspace = true }
secp256k1 = "0.24.3"
secp256k1-zkp = "0.7.0"
serde = { version = "1.0.197", features = [ "derive" ] }
serde = "1.0.197"
strum = { workspace = true }
strum_macros = { workspace = true }
tbs = { package = "fedimint-tbs", version = "=0.4.0-alpha", path = "../../crypto/tbs" }
Expand All @@ -37,4 +37,4 @@ tracing = { workspace = true }

[dev-dependencies]
rand = { workspace = true }
tracing-subscriber = { version = "0.3.18", features = [ "env-filter" ] }
tracing-subscriber = "0.3.18"

0 comments on commit 25d08f7

Please sign in to comment.