Skip to content

Commit 4b0f19c

Browse files
Update Rust crate allocator-api2 to 0.3.1
1 parent 0026afa commit 4b0f19c

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
@@ -14,7 +14,7 @@ undocumented_unsafe_blocks = { level = "warn" }
1414
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(doc_cfg)"] }
1515

1616
[workspace.dependencies]
17-
allocator-api2 = { version = "0.2.21", default-features = false, features = ["alloc"] }
17+
allocator-api2 = { version = "0.3.1", default-features = false, features = ["alloc"] }
1818
bumpalo = { version = "3.19.0", features = ["allocator-api2", "collections"] }
1919
criterion = "0.7.0"
2020
daft = { version = "0.1.3", default-features = false }

0 commit comments

Comments
 (0)