Bump MSRV to 1.63
- sequoia-cert-store, a future dependency, requires version 1.63 of rustc. - Debian testing has version 1.63 of rustc.
This commit is contained in:
parent
47e6dc920e
commit
b354a0afce
@ -150,7 +150,7 @@ clippy:
|
||||
before_script:
|
||||
- *before_script_start
|
||||
- apt-get -y install libssl-dev capnproto libsqlite3-dev
|
||||
- rustup default 1.60.0
|
||||
- rustup default 1.63.0
|
||||
- rustup component add clippy
|
||||
- cargo clippy --version
|
||||
- *before_script_end
|
||||
@ -175,7 +175,7 @@ windows-msvc-cng:
|
||||
before_script:
|
||||
# We don't call *before_script_start or *before_script_end as we
|
||||
# don't have bash, clang, etc.
|
||||
- rustup default "1.60.0"
|
||||
- rustup default "1.63.0"
|
||||
- rustc --version --verbose
|
||||
- cargo --version
|
||||
script:
|
||||
|
@ -22,7 +22,7 @@ keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
|
||||
categories = ["cryptography", "authentication", "command-line-utilities"]
|
||||
license = "GPL-2.0-or-later"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
rust-version = "1.63"
|
||||
|
||||
[badges]
|
||||
gitlab = { repository = "sequoia-pgp/sequoia-sq" }
|
||||
|
Loading…
Reference in New Issue
Block a user