We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0026afa commit 4b0f19cCopy full SHA for 4b0f19c
Cargo.toml
@@ -14,7 +14,7 @@ undocumented_unsafe_blocks = { level = "warn" }
14
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(doc_cfg)"] }
15
16
[workspace.dependencies]
17
-allocator-api2 = { version = "0.2.21", default-features = false, features = ["alloc"] }
+allocator-api2 = { version = "0.3.1", default-features = false, features = ["alloc"] }
18
bumpalo = { version = "3.19.0", features = ["allocator-api2", "collections"] }
19
criterion = "0.7.0"
20
daft = { version = "0.1.3", default-features = false }
0 commit comments