Skip to content

Commit

Permalink
refactor: getrandom js
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Mar 31, 2024
1 parent 860f92b commit 91149c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cashu-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ serde_json = { workspace = true }
url = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
getrandom = { version = "0.2", features = ["js"] }
async-trait = "0.1.74"
gloo = { version = "0.11.0", optional = true, features = ["net"] }
http = "1.0.0"
Expand All @@ -44,6 +45,5 @@ redb = { version = "2.0.0", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
tokio = { workspace = true, features = ["rt", "macros", "sync", "time"] }
getrandom = { version = "0.2", features = ["js"] }


0 comments on commit 91149c1

Please sign in to comment.