...@@ -109,7 +109,6 @@ rust-stable-armv7: ...@@ -109,7 +109,6 @@ rust-stable-armv7:
before_script: before_script:
- *before_script_start - *before_script_start
- cat .ci/snippet_for_cross_compilation_config.toml >> .cargo/config.toml - cat .ci/snippet_for_cross_compilation_config.toml >> .cargo/config.toml
- rm rust-toolchain
- *before_script_end - *before_script_end
script: script:
- cargo test - cargo test
...@@ -195,8 +194,7 @@ windows-msvc-32: ...@@ -195,8 +194,7 @@ windows-msvc-32:
before_script: before_script:
# We don't call *before_script_start or *before_script_end as we # We don't call *before_script_start or *before_script_end as we
# don't have bash, clang, etc. # don't have bash, clang, etc.
- rm rust-toolchain - rustup default 1.60.0-x86_64-pc-windows-msvc
- rustup default 1.56.0-x86_64-pc-windows-msvc
- rustup target add i686-pc-windows-msvc - rustup target add i686-pc-windows-msvc
- rustup show - rustup show
- rustc --version --verbose - rustc --version --verbose
......
...@@ -10,6 +10,7 @@ keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"] ...@@ -10,6 +10,7 @@ keywords = ["cryptography", "openpgp", "pgp", "encryption", "signing"]
categories = ["cryptography", "authentication", "email"] categories = ["cryptography", "authentication", "email"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
edition = "2018" edition = "2018"
rust-version = "1.60"
[badges] [badges]
maintenance = { status = "actively-developed" } maintenance = { status = "actively-developed" }
......
...@@ -8,7 +8,7 @@ This library provides an implementation of the [p≡p Engine]'s ...@@ -8,7 +8,7 @@ This library provides an implementation of the [p≡p Engine]'s
Building Building
======== ========
You need at least version 1.48 of `rustc` and `cargo`. You need at least version 1.60 of `rustc` and `cargo`.
You can build this library as follows: You can build this library as follows:
......
1.48.0