diff --git a/nix-rust-overlay/shell-aarch64.nix b/nix-rust-overlay/shell-aarch64.nix index 841b16c..30437a4 100644 --- a/nix-rust-overlay/shell-aarch64.nix +++ b/nix-rust-overlay/shell-aarch64.nix @@ -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 ]; diff --git a/nix-rust-overlay/shell-armv6.nix b/nix-rust-overlay/shell-armv6.nix index b5c6d2a..52d45d1 100644 --- a/nix-rust-overlay/shell-armv6.nix +++ b/nix-rust-overlay/shell-armv6.nix @@ -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 ]; diff --git a/nix-rust-overlay/shell-armv7.nix b/nix-rust-overlay/shell-armv7.nix index 92967ed..b926f91 100644 --- a/nix-rust-overlay/shell-armv7.nix +++ b/nix-rust-overlay/shell-armv7.nix @@ -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 ]; diff --git a/nix-rust-overlay/shell-x86_64-win.nix b/nix-rust-overlay/shell-x86_64-win.nix index 1c22d07..f6fcf72 100644 --- a/nix-rust-overlay/shell-x86_64-win.nix +++ b/nix-rust-overlay/shell-x86_64-win.nix @@ -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 ]; diff --git a/nix-rust-overlay/shell-x86_64.nix b/nix-rust-overlay/shell-x86_64.nix index 703f2d5..65385d8 100644 --- a/nix-rust-overlay/shell-x86_64.nix +++ b/nix-rust-overlay/shell-x86_64.nix @@ -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 ];