We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enable-http-compression
1 parent c60919a commit 3d8966aCopy full SHA for 3d8966a
mithril-client-wasm/Cargo.toml
@@ -17,7 +17,7 @@ anyhow = "1.0.95"
17
async-trait = "0.1.86"
18
chrono = { version = "0.4.39", features = ["serde"] }
19
futures = "0.3.31"
20
-mithril-client = { path = "../mithril-client", features = ["unstable"] }
+mithril-client = { path = "../mithril-client", default-features = false, features = ["unstable", "num-integer-backend"] }
21
serde = { version = "1.0.217", features = ["derive"] }
22
serde-wasm-bindgen = "0.6.5"
23
serde_json = "1.0.138"
0 commit comments