Skip to content

Commit

Permalink
Merge pull request #34 from BitGo/rm-nostd
Browse files Browse the repository at this point in the history
chore: remove no-std feature from wasm-miniscript
  • Loading branch information
OttoAllmendinger authored Aug 21, 2024
2 parents 99ce7fb + 417b8d9 commit a97dcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wasm-miniscript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
js-sys = "0.3"
miniscript = { version = "12.2.0", features = ["no-std"] }
miniscript = { version = "12.2.0" }

0 comments on commit a97dcd3

Please sign in to comment.