Skip to content

Commit 284162a

Browse files
author
Matt Mackay
authored
chore: bump rust version to 1.81.0 (#418)
Bumps the Rust version to 1.81.0 and updates required dependencies. --- ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent 4e56791 commit 284162a

File tree

13 files changed

+4249
-2836
lines changed

13 files changed

+4249
-2836
lines changed

Cargo.Bazel.lock

Lines changed: 3752 additions & 2508 deletions
Large diffs are not rendered by default.

Cargo.lock

Lines changed: 475 additions & 306 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/aspect-build/rules_py"
1414
license = "Apache 2"
1515
edition = "2021"
1616
readme = "README.md"
17-
rust-version = "1.74.1"
17+
rust-version = "1.81.0"
1818

1919
[workspace.dependencies]
2020
miette = { version = "7.2", features = ["fancy"] }

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rust = use_extension(
5252

5353
rust.toolchain(
5454
edition = "2021",
55-
versions = ["1.74.1"],
55+
versions = ["1.81.0"],
5656
)
5757
use_repo(rust, "rust_toolchains")
5858

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python_register_toolchains(
2828
name = "python_toolchain_3_8",
2929
python_version = "3.8.12",
3030
# Setting `set_python_version_constraint` will set special constraints on the registered toolchain.
31-
# This means that this toolchain registration will only be selected for `py_binary` / `py_test` targets
31+
# This means that this toolchain registration will only be selected for `py_binary` / `py_test` targets
3232
# that have the `python_version = "3.8.12"` attribute set. Targets that have no `python_attribute` will use
3333
# the default toolchain resolved which can be seen below.
3434
set_python_version_constraint = True,
@@ -154,7 +154,7 @@ rules_rust_dependencies()
154154

155155
RUST_EDITION = "2021"
156156

157-
RUST_VERSION = "1.77.2"
157+
RUST_VERSION = "1.81.0"
158158

159159
rust_register_toolchains(
160160
edition = RUST_EDITION,

e2e/repository-rule-deps/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "rules_rust", version = "0.53.0")
1212
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
1313
rust.toolchain(
1414
edition = "2021",
15-
versions = ["1.74.1"],
15+
versions = ["1.81.0"],
1616
)
1717
use_repo(rust, "rust_toolchains")
1818

e2e/smoke/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "rules_rust", version = "0.53.0")
1212
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
1313
rust.toolchain(
1414
edition = "2021",
15-
versions = ["1.74.1"],
15+
versions = ["1.81.0"],
1616
)
1717
use_repo(rust, "rust_toolchains")
1818
register_toolchains("@rust_toolchains//:all")

e2e/smoke/WORKSPACE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rules_rust_dependencies()
2121

2222
rust_register_toolchains(
2323
edition = "2021",
24-
versions = ["1.74.1"],
24+
versions = ["1.81.0"],
2525
)
2626

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

e2e/system-interpreter/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "rules_rust", version = "0.53.0")
1212
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
1313
rust.toolchain(
1414
edition = "2021",
15-
versions = ["1.74.1"],
15+
versions = ["1.81.0"],
1616
)
1717
use_repo(rust, "rust_toolchains")
1818
register_toolchains("@rust_toolchains//:all")

py/tools/py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ rust-version.workspace = true
1313

1414
[dependencies]
1515
miette = { workspace = true }
16-
rattler_installs_packages = { git = "https://github.com/prefix-dev/rip", rev = "b047c9ec0b42125a67d35346f08b7e7848ac24f4", default-features = false, features = ["rustls-tls"] }
16+
rattler_installs_packages = { git = "https://github.com/prefix-dev/rip", rev = "1b4d909496f68c292800ebbd3667c8682b01d218", default-features = false, features = ["rustls-tls"] }

0 commit comments

Comments
 (0)