Skip to content

Commit

Permalink
Update gc requirement from 0.3.6 to 0.4.0 in /boa
Browse files Browse the repository at this point in the history
Updates the requirements on [gc](https://github.com/Manishearth/rust-gc) to permit the latest version.
- [Release notes](https://github.com/Manishearth/rust-gc/releases)
- [Commits](https://github.com/Manishearth/rust-gc/commits)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2021
1 parent 2f215da commit 335aa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ console = []

[dependencies]
boa_unicode = { path = "../boa_unicode", version = "0.11.0" }
gc = { version = "0.3.6", features = ["derive"] }
gc = { version = "0.4.0", features = ["derive"] }
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.64"
rand = "0.8.3"
Expand Down

0 comments on commit 335aa31

Please sign in to comment.