Explorar el Código

chore: replaced remaining nightly references

skoupidi hace 1 año
padre
commit
550b857227
Se han modificado 4 ficheros con 4 adiciones y 4 borrados
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      bin/fud/fu/Makefile
  3. 1 1
      bin/fud/fud/Makefile
  4. 1 1
      contrib/dependency_setup.sh

+ 1 - 1
.github/workflows/ci.yml

@@ -22,7 +22,7 @@ jobs:
           override: true
       - uses: actions/setup-python@v1
         with:
-          python-version: '3.10'
+          python-version: '3.13'
 
       - uses: Swatinem/rust-cache@v2
 

+ 1 - 1
bin/fud/fu/Makefile

@@ -4,7 +4,7 @@
 PREFIX = $(HOME)/.cargo
 
 # Cargo binary
-CARGO = cargo +nightly
+CARGO = cargo
 
 # Compile target
 RUST_TARGET = $(shell rustc -Vv | grep '^host: ' | cut -d' ' -f2)

+ 1 - 1
bin/fud/fud/Makefile

@@ -4,7 +4,7 @@
 PREFIX = $(HOME)/.cargo
 
 # Cargo binary
-CARGO = cargo +nightly
+CARGO = cargo
 
 # Compile target
 RUST_TARGET = $(shell rustc -Vv | grep '^host: ' | cut -d' ' -f2)

+ 1 - 1
contrib/dependency_setup.sh

@@ -145,7 +145,7 @@ Linux)
 		setup_pkg_add "$SUDO $(command -v pkg_add)" || exit 1
 		echo "Rust support is not yet ready for OpenBSD, see https://github.com/rust-lang/rustup/issues/2168#issuecomment-1505185711"
 		echo "You may try to compile rustc and cargo yourself or get the latest with:"
-		echo "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain nightly --default-host x86_64-unknown-openbsd"
+		echo "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y --default-toolchain stable --default-host x86_64-unknown-openbsd"
 	fi
 
 	echo "Error: Could not recognize your package manager." >&2