Skip to content

Commit

Permalink
Bump stable rust to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SchahinRohani committed Dec 5, 2024
1 parent 8671931 commit 7fe561d
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
name = "nativelink"
version = "0.5.3"
edition = "2021"
rust-version = "1.82.0"
rust-version = "1.83.0"

[profile.release]
lto = true
Expand Down
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rust.toolchain(
"2024-11-23/rustfmt-nightly-x86_64-unknown-linux-gnu.tar.xz": "ac2a8fff891473220d36c9e62afc2dc0d5aebaefbb8489584bd2446a37d6fd7b",
},
versions = [
"1.82.0",
"1.83.0",
"nightly/2024-11-23",
],
)
Expand All @@ -51,7 +51,7 @@ rust_host_tools = use_extension(
)
rust_host_tools.host_tools(
edition = "2021",
version = "1.82.0",
version = "1.83.0",
)

use_repo(rust, "rust_toolchains")
Expand Down
38 changes: 19 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
system,
...
}: let
stable-rust-version = "1.82.0";
stable-rust-version = "1.83.0";
nightly-rust-version = "2024-11-23";

llvmPackages = pkgs.llvmPackages_19;
Expand Down

0 comments on commit 7fe561d

Please sign in to comment.