Skip to content

Commit 86aaa10

Browse files
authored
Update allocator-api2 to v0.3 (#271)
1 parent e5c128d commit 86aaa10

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
@@ -40,7 +40,7 @@ harness = false
4040
# This dependency provides a version of the unstable nightly Rust `Allocator`
4141
# trait on stable Rust. Enabling this feature means that `bumpalo` will
4242
# implement its `Allocator` trait.
43-
allocator-api2 = { version = "0.2.8", default-features = false, optional = true }
43+
allocator-api2 = { version = "0.3.0", default-features = false, optional = true }
4444

4545
# This dependency is here to allow integration with Serde, if the `serde` feature is enabled
4646
serde = { version = "1.0.171", optional = true }

0 commit comments

Comments
 (0)