-
Notifications
You must be signed in to change notification settings - Fork 821
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Buffer::bit_slice losing length with byte-aligned offsets (#6707)
* Fix Buffer::bit_slice losing length with byte-aligned offsets * Fix msrv confusion and bit_util::ceil usage * Remove workspace reference in non-workspace crate * Fix more msrvs to be correct * Fix even more msrvs to be accurate * Revert object_store msrv change and remove unnecessary ahash downgrade * Remove MSRV changes
- Loading branch information
1 parent
ad93ceb
commit b1f5c25
Showing
2 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters