Skip to content

Commit

Permalink
Update dependency libc to v0.2.86
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 10, 2021
1 parent 595cd6c commit 57466d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WORKSPACE
Expand Up @@ -149,11 +149,11 @@ http_archive(
http_archive(
name = "libc",
build_file = "@//:libc.BUILD",
sha256 = "1ac4c2ac6ed5a8fb9020c166bc63316205f1dc78d4b964ad31f4f21eb73f0c6d",
strip_prefix = "libc-0.2.20",
sha256 = "30199dd524c329cd0144eb2df86f8ea7b15d1a9fe7d223ac998034346c3c6493",
strip_prefix = "libc-0.2.86",
urls = [
"https://mirror.bazel.build/github.com/rust-lang/libc/archive/0.2.20.zip",
"https://github.com/rust-lang/libc/archive/0.2.20.zip",
"https://mirror.bazel.build/github.com/rust-lang/libc/archive/0.2.86.zip",
"https://github.com/rust-lang/libc/archive/0.2.86.zip",
],
)

Expand Down

0 comments on commit 57466d2

Please sign in to comment.