Skip to content

Commit 3d8966a

Browse files
committed
feat(client-wasm): remove default features from mithril-client dependency since the wasm library doesn't require enable-http-compression
1 parent c60919a commit 3d8966a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-client-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anyhow = "1.0.95"
1717
async-trait = "0.1.86"
1818
chrono = { version = "0.4.39", features = ["serde"] }
1919
futures = "0.3.31"
20-
mithril-client = { path = "../mithril-client", features = ["unstable"] }
20+
mithril-client = { path = "../mithril-client", default-features = false, features = ["unstable", "num-integer-backend"] }
2121
serde = { version = "1.0.217", features = ["derive"] }
2222
serde-wasm-bindgen = "0.6.5"
2323
serde_json = "1.0.138"

0 commit comments

Comments
 (0)