Skip to content

Commit

Permalink
feat(client-wasm): remove default features from mithril-client depend…
Browse files Browse the repository at this point in the history
…ency since the wasm library doesn't require `enable-http-compression`
  • Loading branch information
dlachaume committed Feb 6, 2025
1 parent 10d5b8e commit 4992841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-client-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anyhow = "1.0.95"
async-trait = "0.1.86"
chrono = { version = "0.4.39", features = ["serde"] }
futures = "0.3.31"
mithril-client = { path = "../mithril-client", features = ["unstable"] }
mithril-client = { path = "../mithril-client", default-features = false, features = ["unstable", "rug-backend"] }
serde = { version = "1.0.217", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
serde_json = "1.0.138"
Expand Down

0 comments on commit 4992841

Please sign in to comment.