Skip to content

Commit

Permalink
Lockfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 16, 2022
1 parent d492054 commit aa85818
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion third-party/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rust_library(

rust_library(
name = "os_str_bytes",
srcs = glob(["vendor/os_str_bytes-6.0.0/src/**"]),
srcs = glob(["vendor/os_str_bytes-6.0.1/src/**"]),
features = [
"raw_os_str",
],
Expand Down
2 changes: 1 addition & 1 deletion third-party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rust_library(

rust_library(
name = "os_str_bytes",
srcs = glob(["vendor/os_str_bytes-6.0.0/src/**"]),
srcs = glob(["vendor/os_str_bytes-6.0.1/src/**"]),
crate_features = [
"raw_os_str",
],
Expand Down
12 changes: 6 additions & 6 deletions third-party/Cargo.lock

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

0 comments on commit aa85818

Please sign in to comment.