Skip to content

Commit a6eb5fa

Browse files
Bump MSRV to 1.66.0
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 7e8ad77 commit a6eb5fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.60.0"
1+
msrv = "1.66.0"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build the container
3030
run: docker build -t ubuntucontainer tss-esapi/tests/ --file tss-esapi/tests/Dockerfile-ubuntu
3131
- name: Run the container
32-
run: docker run -v $(pwd):/tmp/rust-tss-esapi -w /tmp/rust-tss-esapi/tss-esapi --env RUST_TOOLCHAIN_VERSION=1.60.0 ubuntucontainer /tmp/rust-tss-esapi/tss-esapi/tests/all-ubuntu.sh
32+
run: docker run -v $(pwd):/tmp/rust-tss-esapi -w /tmp/rust-tss-esapi/tss-esapi --env RUST_TOOLCHAIN_VERSION=1.66.0 ubuntucontainer /tmp/rust-tss-esapi/tss-esapi/tests/all-ubuntu.sh
3333
# All in one job as I think it is a big overhead to build and run the Docker
3434
# container?
3535
tests-ubuntu:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ At the moment we test (via CI) and support the following Rust compiler versions:
99

1010
* On Ubuntu we test with:
1111
- The latest stable compiler version, as accessible through `rustup`.
12-
- The 1.60 compiler version.
12+
- The 1.66 compiler version.
1313
* On Fedora we test with the compiler version included with the Fedora 35 release.
1414

1515
If you need support for other versions of the compiler, get in touch with us to see what we can do!

tss-esapi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
//! are at most one level away from root.
5959
//!
6060
//! Minimum supported Rust version (MSRV):
61-
//! We currently check with version 1.53.0 of the Rust compiler during CI builds.
61+
//! We currently check with version 1.66.0 of the Rust compiler during CI builds.
6262
//!
6363
//! # Notes on code safety:
6464
//! * thread safety is ensured by the required mutability of the `Context` structure within the

0 commit comments

Comments
 (0)