File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ allocator-api2 = "=0.2.21"
166166base64 = " 0.22.1"
167167bitflags = " 2.9.1"
168168bpaf = " 0.9.20"
169- # `bumpalo` must be pinned to exactly this version.
169+ # `bumpalo` must be pinned to exactly version 3.19.0 .
170170# `Allocator::from_raw_parts` (used in raw transfer) depends on internal implementation details
171171# of `bumpalo` which may change in a future version.
172172# This is a temporary situation - we'll replace `bumpalo` with our own allocator.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ impl Allocator {
3333 /// This code only remains sound as long as the code in version of `bumpalo` we're using matches
3434 /// the duplicate of `bumpalo`'s internals contained in this file.
3535 ///
36- /// `bumpalo` is pinned to version `=3.17 .0` in `Cargo.toml`.
36+ /// `bumpalo` is pinned to version `=3.19 .0` in `Cargo.toml`.
3737 ///
3838 /// The [`Allocator`] which is returned takes ownership of the memory allocation,
3939 /// and the allocation will be freed if the `Allocator` is dropped.
You can’t perform that action at this time.
0 commit comments