Skip to content

Commit

Permalink
downgrade os_str_bytes to v6.3.1 in b3sum/Cargo.lock
Browse files Browse the repository at this point in the history
v6.4.0 has a bug where invalid UTF-16 filenames fail a debug_assert on
Windows. See dylni/os_str_bytes#14. The vast
majority of b3sum users should be running a binary built in release mode
and shouldn't be affected by this. This lockfile change fixes our CI,
but note that `cargo install` doesn't respect lockfiles by default
(without --locked), so anyone running a debug binary against invalid
Windows filepaths (very rare) will still need to wait for an upstream
patch release.
  • Loading branch information
oconnor663 committed Nov 20, 2022
1 parent fa127b2 commit afa717c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions b3sum/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afa717c

Please sign in to comment.