Skip to content

Commit 532feb0

Browse files
committed
Updated Rust toolchain to 1.92.0
Change-Id: Iaef790001d23406b867d6c6a366b635b79d9bad7
1 parent 2f87d89 commit 532feb0

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ use_repo(powershell_repos, "converttosarif", "psscriptanalyzer", "pwsh")
752752
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
753753
rust.toolchain(
754754
edition = "2021",
755-
versions = ["1.91.1"],
755+
versions = ["1.92.0"],
756756
)
757757
rust.repository_set(
758758
name = "rust_linux_x86_64",
@@ -764,7 +764,7 @@ rust.repository_set(
764764
"@platforms//os:linux",
765765
],
766766
target_triple = "x86_64-unknown-linux-gnu",
767-
versions = ["1.91.1"],
767+
versions = ["1.92.0"],
768768
)
769769
rust.repository_set(
770770
name = "rust_linux_x86_64",

packages/check-cert/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.91.1" # must be in sync with MODULE.bazel
2+
channel = "1.92.0" # must be in sync with MODULE.bazel
33

44
[toolchain.windows]
55
targets = ["x86_64-pc-windows-msvc"]

packages/check-http/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.91.1" # must be in sync with MODULE.bazel
2+
channel = "1.92.0" # must be in sync with MODULE.bazel
33

44
[toolchain.windows]
55
targets = ["x86_64-pc-windows-msvc"]

packages/cmk-agent-ctl/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $package_name = Split-Path -Path (Get-Location) -Leaf
2424

2525
$exe_name = "$package_name.exe"
2626
$work_dir = "$pwd"
27-
$cargo_toolchain = "1.91.1" # to be in sync with rust toolchain/bazel/etc
27+
$cargo_toolchain = "1.92.0" # to be in sync with rust toolchain/bazel/etc
2828
$cargo_target = "x86_64-pc-windows-msvc"
2929

3030
$packBuild = $false

packages/cmk-agent-ctl/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.91.1" # must be in sync with MODULE.bazel run.ps1
2+
channel = "1.92.0" # must be in sync with MODULE.bazel run.ps1
33

44
[toolchain.windows]
55
targets = ["x86_64-pc-windows-msvc"]

packages/mk-oracle/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $package_name = Split-Path -Path (Get-Location) -Leaf
3636

3737
$exe_name = "$package_name.exe"
3838
$work_dir = "$pwd"
39-
$cargo_toolchain = "1.91.1" # to be in sync with rust toolchain/bazel/etc
39+
$cargo_toolchain = "1.92.0" # to be in sync with rust toolchain/bazel/etc
4040
$cargo_target = "x86_64-pc-windows-msvc"
4141

4242
# Oracle Test Database Params

packages/mk-oracle/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.91.1" # must be in sync with MODULE.bazel run.ps1
2+
channel = "1.92.0" # must be in sync with MODULE.bazel run.ps1
33

44
[toolchain.windows]
55
targets = ["x86_64-pc-windows-msvc"]

packages/mk-sql/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $package_name = Split-Path -Path (Get-Location) -Leaf
2424

2525
$exe_name = "$package_name.exe"
2626
$work_dir = "$pwd"
27-
$cargo_toolchain = "1.91.1" # to be in sync with rust toolchain/bazel/etc
27+
$cargo_toolchain = "1.92.0" # to be in sync with rust toolchain/bazel/etc
2828
$cargo_target = "x86_64-pc-windows-msvc"
2929

3030
$packBuild = $false

packages/mk-sql/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.91.1" # must be in sync with MODULE.bazel run.ps1
2+
channel = "1.92.0" # must be in sync with MODULE.bazel run.ps1
33

44
[toolchain.windows]
55
targets = ["x86_64-pc-windows-msvc"]

0 commit comments

Comments
 (0)