diff --git a/nix-rust-overlay/shell-aarch64.nix b/nix-rust-overlay/shell-aarch64.nix index 30437a4..bf9b4d1 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.71.0".minimal + rust-bin.stable."1.76.0".minimal pkg-config ]; diff --git a/nix-rust-overlay/shell-armv6.nix b/nix-rust-overlay/shell-armv6.nix index 52d45d1..201037f 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.71.0".minimal + rust-bin.stable."1.76.0".minimal pkg-config ]; diff --git a/nix-rust-overlay/shell-armv7.nix b/nix-rust-overlay/shell-armv7.nix index b926f91..20a90e4 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.71.0".minimal + rust-bin.stable."1.76.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 f6fcf72..9972fbb 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.71.0".minimal + rust-bin.stable."1.76.0".minimal pkg-config ]; diff --git a/nix-rust-overlay/shell-x86_64.nix b/nix-rust-overlay/shell-x86_64.nix index 65385d8..f5c9e58 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.71.0".minimal + rust-bin.stable."1.76.0".minimal pkg-config ];