Skip to content

Commit 98ab1fa

Browse files
committed
chore: bump minimum Rust from 1.67 to 1.85
* A subdependency uses edition 2024 which older Rust cannot parse Signed-off-by: Richard Zak <richard.j.zak@gmail.com>
1 parent 40da5e1 commit 98ab1fa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
toolchain:
17-
- 1.67 # MSRV
17+
- 1.85 # MSRV
1818
- stable
1919
- beta
2020
- nightly

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.6.1"
44
authors = ["The Enarx Project Developers"]
55
license = "Apache-2.0"
66
edition = "2021"
7-
rust-version = "1.67"
7+
rust-version = "1.85"
88
homepage = "https://github.com/enarx/sgx"
99
repository = "https://github.com/enarx/sgx"
1010
description = "Library for Intel SGX"
@@ -22,6 +22,7 @@ is-it-maintained-issue-resolution = { repository = "enarx/sgx" }
2222
is-it-maintained-open-issues = { repository = "enarx/sgx" }
2323

2424
[features]
25+
default = []
2526
rcrypto = ["rand", "rsa", "sha2", "num-integer", "num-traits", "const-oid", "der", "x509",]
2627

2728
[dependencies]

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.67"
2+
channel = "1.85"
33
profile = "minimal"

0 commit comments

Comments
 (0)