From 7c76da5cfaf2447a85f92bd5a999c4082be00352 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sun, 12 Nov 2023 18:20:50 +0000 Subject: [PATCH] fix: 'nut08' on cashu-js --- bindings/cashu-js/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/cashu-js/Cargo.toml b/bindings/cashu-js/Cargo.toml index b0f8a96d..2bf8e021 100644 --- a/bindings/cashu-js/Cargo.toml +++ b/bindings/cashu-js/Cargo.toml @@ -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