Skip to content

Commit

Permalink
chore: bump js-sys to 0.3.59 (solana-labs#30495)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Feb 26, 2023
1 parent ccef90c commit d16a03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ solana-logger = { workspace = true }
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = { workspace = true }
console_log = { workspace = true }
js-sys = "0.3.55"
js-sys = { workspace = true }
getrandom = { version = "0.2", features = ["js", "wasm-bindgen"] }

[target.'cfg(not(target_pointer_width = "64"))'.dependencies]
Expand Down

0 comments on commit d16a03c

Please sign in to comment.