mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
Back out "Upgrade Rust toolchain: 1.86 -> 1.89"
This backs out commit 3285f19d09
.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
build, test and lint:
|
build, test and lint:
|
||||||
image: "rust:1.89-trixie"
|
image: "rust:1.86-bookworm"
|
||||||
interruptible: true
|
interruptible: true
|
||||||
script:
|
script:
|
||||||
- apt update -qy
|
- apt update -qy
|
||||||
|
@@ -5,7 +5,7 @@ authors = ["Vincent Breitmoser <look@my.amazin.horse>", "Kai Michaelis <kai@sequ
|
|||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
default-run = "hagrid"
|
default-run = "hagrid"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.89"
|
rust-version = "1.86"
|
||||||
resolver = "3"
|
resolver = "3"
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
msrv = "1.89"
|
msrv = "1.86"
|
||||||
|
|
||||||
too-many-arguments-threshold = 10
|
too-many-arguments-threshold = 10
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.89"
|
channel = "1.86"
|
||||||
components = ["rustfmt", "clippy"]
|
components = ["rustfmt", "clippy"]
|
||||||
|
Reference in New Issue
Block a user