Skip to content

Commit

Permalink
fix: 'nut08' on cashu-js
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Nov 12, 2023
1 parent 0c9f605 commit 7c76da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/cashu-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license.workspace = true
crate-type = ["lib", "cdylib"]

[dependencies]
cashu = { path = "../../crates/cashu"}
cashu = { path = "../../crates/cashu", features = ["nut08"] }
js-sys = "0.3.64"
serde-wasm-bindgen = "0.6.0"
serde_json.workspace = true
Expand Down

0 comments on commit 7c76da5

Please sign in to comment.