mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
build: upgrade rustc to 1.81.0 (#34270)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
26f61103d6
commit
7fcde1f7a3
15 changed files with 16 additions and 26 deletions
|
@ -83,8 +83,7 @@ class Base:
|
|||
return False
|
||||
|
||||
print(" * Installing cargo-deny...")
|
||||
# cargo-deny 0.16.2 requires Rust 1.81.
|
||||
if subprocess.call(["cargo", "install", "cargo-deny", "--locked", "--version", "0.16.1"]) != 0:
|
||||
if subprocess.call(["cargo", "install", "cargo-deny", "--locked"]) != 0:
|
||||
raise EnvironmentError("Installation of cargo-deny failed.")
|
||||
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue