Skip to content

Commit

Permalink
Fixed typo in boa_wasm/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Feb 7, 2022
1 parent 569aa0f commit 6807ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.56"

[dependencies]
Boa = { path = "../boa", features = ["console"] }
wasm-bindgen = "= 0.2.78"
wasm-bindgen = "=0.2.78"
getrandom = { version = "0.2.4", features = ["js"] }

[lib]
Expand Down

0 comments on commit 6807ff8

Please sign in to comment.