Skip to content

Commit

Permalink
Multicore fix? (TODO: reword commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Dec 4, 2023
1 parent 2304baa commit ef10447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ wasm-bindgen = "=0.2.84" # Wasm-bindgen makes stdweb fail to compile. See https:
wasm-bindgen-futures = "0.4.34"
pivx_client_backend = { git = "https://github.com/Duddino/librustpivx" }
pivx_primitives = { git = "https://github.com/Duddino/librustpivx", default-features = false, features = ["transparent-inputs"] }
pivx_proofs = { git = "https://github.com/Duddino/librustpivx" }
pivx_proofs = { git = "https://github.com/Duddino/librustpivx", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = "0.4.5"
serde_json = "1.0.93"
Expand Down

0 comments on commit ef10447

Please sign in to comment.