Skip to content

Commit 1f00708

Browse files
committed
use released version of gc-arena
1 parent ac91d69 commit 1f00708

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Cargo.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ codegen-units = 1
1616
[dependencies]
1717
allocator-api2 = "0.2"
1818
anyhow = "1.0"
19-
gc-arena = { git = "https://github.com/kyren/gc-arena", features = ["allocator-api2", "hashbrown"] }
19+
gc-arena = { version = "0.4" , features = ["allocator-api2", "hashbrown"] }
2020
hashbrown = { version = "0.14", features = ["raw"] }
2121
rand = { version = "0.8", features = ["small_rng"] }
2222
rustc-hash = "1.1"

0 commit comments

Comments
 (0)