We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toml_datetime
1 parent 0c144c6 commit d8f42f5Copy full SHA for d8f42f5
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
fail-fast: false
19
matrix:
20
toolchain:
21
- - 1.66.1 # MSRV
+ - 1.67 # MSRV
22
- stable
23
- beta
24
- nightly
Cargo.toml
@@ -4,7 +4,7 @@ version = "0.6.0"
4
authors = ["The Enarx Project Developers"]
5
license = "Apache-2.0"
6
edition = "2021"
7
-rust-version = "1.66"
+rust-version = "1.67"
8
homepage = "https://github.com/enarx/sgx"
9
repository = "https://github.com/enarx/sgx"
10
description = "Library for Intel SGX"
rust-toolchain.toml
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "1.66"
+channel = "1.67"
3
profile = "minimal"
0 commit comments