Skip to content

Commit a97dcd3

Browse files
Merge pull request #34 from BitGo/rm-nostd
chore: remove no-std feature from wasm-miniscript
2 parents 99ce7fb + 417b8d9 commit a97dcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wasm-miniscript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib"]
99
[dependencies]
1010
wasm-bindgen = "0.2"
1111
js-sys = "0.3"
12-
miniscript = { version = "12.2.0", features = ["no-std"] }
12+
miniscript = { version = "12.2.0" }

0 commit comments

Comments
 (0)