mirror of
https://github.com/wofferl/proxmox-backup-arm64
synced 2025-12-06 00:13:41 +00:00
use stable toolchain to avoid conflict when cross compiling
Signed-off-by: Wolfgang <github@linux-dude.de>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 18e5ce27..d973b636 100644
|
||||
index 18e5ce27..65cf9e8d 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -2,8 +2,8 @@ include /usr/share/dpkg/pkg-info.mk
|
||||
@@ -22,11 +22,21 @@ index 18e5ce27..d973b636 100644
|
||||
lintian $(DEB)
|
||||
|
||||
.PHONY: upload
|
||||
diff --git a/biome/rust-toolchain.toml b/biome/rust-toolchain.toml
|
||||
index fbae3fa6..7c761706 100644
|
||||
--- a/biome/rust-toolchain.toml
|
||||
+++ b/biome/rust-toolchain.toml
|
||||
@@ -2,4 +2,4 @@
|
||||
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
|
||||
# https://rust-lang.github.io/rustup/concepts/profiles.html
|
||||
profile = "default"
|
||||
-channel = "1.87.0"
|
||||
+channel = "stable"
|
||||
diff --git a/debian/control b/debian/control
|
||||
index bcfa86d0..15bcba80 100644
|
||||
index 7109d042..80bcb58b 100644
|
||||
--- a/debian/control
|
||||
+++ b/debian/control
|
||||
@@ -7,7 +7,7 @@ Homepage: https://biomejs.dev/
|
||||
@@ -8,7 +8,7 @@ Homepage: https://biomejs.dev/
|
||||
Standards-Version: 4.7.0.0
|
||||
|
||||
Package: proxmox-biome
|
||||
|
||||
Reference in New Issue
Block a user