Skip to content

Commit 0255245

Browse files
authored
Merge branch 'main' into patrick/bazel9
2 parents 7fa0c7e + d674bd6 commit 0255245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ aspects_flags: &aspects_flags
1717
- "--config=rustfmt"
1818
- "--config=clippy"
1919
min_rust_version_shell_commands: &min_rust_version_shell_commands
20-
- sed -i 's|^rust_register_toolchains(|rust_register_toolchains(versions = ["1.74.0"],\n|' WORKSPACE.bazel
21-
- sed -i 's|^rust\.toolchain(|rust.toolchain(versions = ["1.74.0"],\n|' MODULE.bazel
20+
- sed -i 's|^rust_register_toolchains(|rust_register_toolchains(versions = ["1.85.0"],\n|' WORKSPACE.bazel
21+
- sed -i 's|^rust\.toolchain(|rust.toolchain(versions = ["1.85.0"],\n|' MODULE.bazel
2222
nightly_flags: &nightly_flags
2323
- "--//rust/toolchain/channel=nightly"
2424
nightly_aspects_flags: &nightly_aspects_flags

0 commit comments

Comments
 (0)