Skip to content

Commit 26ade9c

Browse files
Update Rust crate allocator-api2 to 0.4.0
1 parent da74691 commit 26ade9c

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 6 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
@@ -15,7 +15,7 @@ undocumented_unsafe_blocks = { level = "warn" }
1515
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(doc_cfg)", "cfg(soteria)"] }
1616

1717
[workspace.dependencies]
18-
allocator-api2 = { version = "0.2.21", default-features = false, features = ["alloc"] }
18+
allocator-api2 = { version = "0.4.0", default-features = false, features = ["alloc"] }
1919
bumpalo = { version = "3.19.0", features = ["allocator-api2", "collections"] }
2020
camino = "1.2.2"
2121
criterion = "0.7.0"

0 commit comments

Comments
 (0)