Skip to content

Commit

Permalink
rust-overlay: upgrade rust to 1.76.0 (#28)
Browse files Browse the repository at this point in the history
Upgrade to the newly available Rust 1.76.0.
  • Loading branch information
syncom authored Mar 4, 2024
1 parent c13b42f commit 6deba85
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nix-rust-overlay/shell-aarch64.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ mkShell, stdenv, rust-bin, pkg-config, openssl, qemu }:
mkShell {
nativeBuildInputs = [
rust-bin.stable."1.71.0".minimal
rust-bin.stable."1.76.0".minimal
pkg-config
];

Expand Down
2 changes: 1 addition & 1 deletion nix-rust-overlay/shell-armv6.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ mkShell, stdenv, rust-bin, pkg-config, openssl, qemu }:
mkShell {
nativeBuildInputs = [
rust-bin.stable."1.71.0".minimal
rust-bin.stable."1.76.0".minimal
pkg-config
];

Expand Down
2 changes: 1 addition & 1 deletion nix-rust-overlay/shell-armv7.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ mkShell, stdenv, rust-bin, pkg-config, openssl, qemu }:
mkShell {
nativeBuildInputs = [
rust-bin.stable."1.71.0".minimal
rust-bin.stable."1.76.0".minimal
pkg-config
];

Expand Down
2 changes: 1 addition & 1 deletion nix-rust-overlay/shell-x86_64-win.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{ mkShell, stdenv, rust-bin, windows, wine64, pkg-config }:
mkShell {
nativeBuildInputs = [
rust-bin.stable."1.71.0".minimal
rust-bin.stable."1.76.0".minimal
pkg-config
];

Expand Down
2 changes: 1 addition & 1 deletion nix-rust-overlay/shell-x86_64.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{ mkShell, stdenv, rust-bin, pkg-config, openssl, qemu }:
mkShell {
nativeBuildInputs = [
rust-bin.stable."1.71.0".minimal
rust-bin.stable."1.76.0".minimal
pkg-config
];

Expand Down

0 comments on commit 6deba85

Please sign in to comment.