Skip to content

Commit

Permalink
Fix WASM check
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Oct 8, 2024
1 parent 9ba5eea commit 0b24598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ tower-service = { version = "0.3.2" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = { version = "2.2" }
getrandom = { version = "0.2", default-features = false, features = ["js"] }
getrandom = { version = "0.2", default-features = false }

# TODO(kate):
# temporarily point these dependencies to a tag in the penumbra-zone fork.
Expand Down
1 change: 1 addition & 0 deletions crates/core/asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ decaf377-fmd = {workspace = true}
decaf377-rdsa = {workspace = true}
derivative = {workspace = true}
ethnum = {workspace = true}
getrandom = {workspace = true, features = ["js"]}
hex = {workspace = true}
ibig = {workspace = true}
num-bigint = {workspace = true}
Expand Down

0 comments on commit 0b24598

Please sign in to comment.