mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
update to Rust 1.58.1
https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html
This commit is contained in:
parent
2c357a6c94
commit
8cdb978a03
1 changed files with 3 additions and 3 deletions
|
@ -33,11 +33,11 @@ def register_repos():
|
||||||
maybe(
|
maybe(
|
||||||
http_archive,
|
http_archive,
|
||||||
name = "rules_rust",
|
name = "rules_rust",
|
||||||
strip_prefix = "rules_rust-f9ff78318f83281993c9d66a4b0cf4d72c883633",
|
strip_prefix = "rules_rust-67adb4c03feeb30d9af0d56f65fa2c9071b5e9a4",
|
||||||
urls = [
|
urls = [
|
||||||
"https://github.com/bazelbuild/rules_rust/archive/f9ff78318f83281993c9d66a4b0cf4d72c883633.zip",
|
"https://github.com/bazelbuild/rules_rust/archive/67adb4c03feeb30d9af0d56f65fa2c9071b5e9a4.zip",
|
||||||
],
|
],
|
||||||
sha256 = "43eef0733934c3a1ddfe159874fc3b259121e69df091af2a8a372f62e2f73e1f",
|
sha256 = "126c6e2de9996116932b976f17421f459a2d5443db0e881633c9d12e45d76fb0",
|
||||||
)
|
)
|
||||||
|
|
||||||
# maybe(
|
# maybe(
|
||||||
|
|
Loading…
Reference in a new issue