Skip to content

Commit d8f42f5

Browse files
committedOct 27, 2023
chore: bump rust for toml_datetime crate
Signed-off-by: Richard Zak <[email protected]>
1 parent 0c144c6 commit d8f42f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
toolchain:
21-
- 1.66.1 # MSRV
21+
- 1.67 # MSRV
2222
- stable
2323
- beta
2424
- nightly

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.0"
44
authors = ["The Enarx Project Developers"]
55
license = "Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.66"
7+
rust-version = "1.67"
88
homepage = "https://github.com/enarx/sgx"
99
repository = "https://github.com/enarx/sgx"
1010
description = "Library for Intel SGX"

‎rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.66"
2+
channel = "1.67"
33
profile = "minimal"

0 commit comments

Comments
 (0)
Please sign in to comment.