File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- msrv = " 1.60 .0"
1
+ msrv = " 1.66 .0"
Original file line number Diff line number Diff line change 29
29
- name : Build the container
30
30
run : docker build -t ubuntucontainer tss-esapi/tests/ --file tss-esapi/tests/Dockerfile-ubuntu
31
31
- 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
33
33
# All in one job as I think it is a big overhead to build and run the Docker
34
34
# container?
35
35
tests-ubuntu :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ At the moment we test (via CI) and support the following Rust compiler versions:
9
9
10
10
* On Ubuntu we test with:
11
11
- The latest stable compiler version, as accessible through ` rustup ` .
12
- - The 1.60 compiler version.
12
+ - The 1.66 compiler version.
13
13
* On Fedora we test with the compiler version included with the Fedora 35 release.
14
14
15
15
If you need support for other versions of the compiler, get in touch with us to see what we can do!
Original file line number Diff line number Diff line change 58
58
//! are at most one level away from root.
59
59
//!
60
60
//! 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.
62
62
//!
63
63
//! # Notes on code safety:
64
64
//! * thread safety is ensured by the required mutability of the `Context` structure within the
You can’t perform that action at this time.
0 commit comments