......@@ -145,7 +145,7 @@ windows-gnu-cng:
image: registry.gitlab.com/sequoia-pgp/build-docker-image/windows-gnu
before_script:
# the default before_scipt scriptlet doesn't work on Powershell
- rustup default "1.60.0"
- rustup default "1.63.0"
- rustc --version --verbose
- cargo --version
- clang -v
......@@ -167,7 +167,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:
......@@ -186,7 +186,7 @@ windows-msvc-nmakefile:
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"
- rustup show active-toolchain
- rustc --version --verbose
- cargo --version
......@@ -205,7 +205,7 @@ windows-msvc-msbuild:
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"
- rustup show active-toolchain
- rustc --version --verbose
- cargo --version
......@@ -234,7 +234,7 @@ windows-msvc32-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-x86_64-pc-windows-msvc
- rustup default 1.63.0-x86_64-pc-windows-msvc
- rustup target add i686-pc-windows-msvc
- rustup show
- rustc --version --verbose
......
......@@ -10,7 +10,7 @@ keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "email"]
license = "GPL-3.0-or-later"
edition = "2021"
rust-version = "1.60"
rust-version = "1.63"
[badges]
maintenance = { status = "actively-developed" }
......
......@@ -9,7 +9,7 @@ This library provides an implementation of the [pEp Engine]'s
## Linux and MacOS
You need at least version 1.60 of `rustc` and `cargo`.
You need at least version 1.63 of `rustc` and `cargo`.
You can build this library as follows:
......