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.
allocator-api2
1 parent e5c128d commit 86aaa10Copy full SHA for 86aaa10
Cargo.toml
@@ -40,7 +40,7 @@ harness = false
40
# This dependency provides a version of the unstable nightly Rust `Allocator`
41
# trait on stable Rust. Enabling this feature means that `bumpalo` will
42
# implement its `Allocator` trait.
43
-allocator-api2 = { version = "0.2.8", default-features = false, optional = true }
+allocator-api2 = { version = "0.3.0", default-features = false, optional = true }
44
45
# This dependency is here to allow integration with Serde, if the `serde` feature is enabled
46
serde = { version = "1.0.171", optional = true }
0 commit comments