Upgrade to rust 1.93 (#10080)

I needed to upgrade bazel one to get gnullvm artifacts and then noticed
monorepo had drifted forward. They should move in lockstep. Also 1.93
already shipped so we can try that instead.
This commit is contained in:
zbarsky-openai
2026-01-28 12:46:18 -05:00
committed by GitHub
parent 96386755b6
commit ad5f9e7370
7 changed files with 10 additions and 10 deletions

View File

@@ -53,7 +53,7 @@ rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
edition = "2024",
extra_target_triples = RUST_TRIPLES,
versions = ["1.90.0"],
versions = ["1.93.0"],
)
use_repo(rust, "rust_toolchains")