Skip to content

Commit

Permalink
rust-overlay: upgrade rust to 1.71.0
Browse files Browse the repository at this point in the history
Upgrade to the newly available Rust 1.71.0.
  • Loading branch information
syncom committed Jul 18, 2023
1 parent 5fd0cbb commit da5428c
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.69.0".minimal
rust-bin.stable."1.71.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.69.0".minimal
rust-bin.stable."1.71.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.69.0".minimal
rust-bin.stable."1.71.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.69.0".minimal
rust-bin.stable."1.71.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.69.0".minimal
rust-bin.stable."1.71.0".minimal
pkg-config
];

Expand Down

0 comments on commit da5428c

Please sign in to comment.