Skip to content

Commit

Permalink
upgrade rust toolchain to 1.69.0
Browse files Browse the repository at this point in the history
This brings us closer to the downstream version. Windows link failures
appear with higher versions, this is likely related to rust 1.70 being
the first version to use LLVM 16.
  • Loading branch information
mikea authored and fhanau committed Oct 6, 2023
1 parent e08dbfd commit 4e8d3f2
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.69.0"],
)

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

0 comments on commit 4e8d3f2

Please sign in to comment.