Skip to content

Commit 33a0882

Browse files
committed
Use newer allocator-api2 patch
1 parent 0c8861e commit 33a0882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ compiler_builtins = { version = "0.1.2", optional = true }
2626
alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" }
2727

2828
# Support for allocators that use allocator-api2
29-
allocator-api2 = { version = "0.2.6", optional = true, default-features = false, features = ["alloc"] }
29+
allocator-api2 = { version = "0.2.9", optional = true, default-features = false, features = ["alloc"] }
3030

3131
[dev-dependencies]
3232
lazy_static = "1.4"

0 commit comments

Comments
 (0)