Skip to content

Commit

Permalink
upgrade rust toolchain to 1.70
Browse files Browse the repository at this point in the history
This brings us closer to the downstream version. Windows link failures
appear with 1.72.1, possibly due to abrisco/cargo-bazel#173.
  • Loading branch information
mikea authored and fhanau committed Oct 5, 2023
1 parent 6523027 commit b09ae2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_regi
rules_rust_dependencies()

rust_register_toolchains(
edition = "2018",
versions = ["1.66.0"],
edition = "2021",
versions = ["1.70.0"],
)

load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies")
Expand Down

0 comments on commit b09ae2d

Please sign in to comment.