Skip to content

Commit

Permalink
sec1: upgrade to edition 2024; bump MSRV to 1.85 (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo authored Feb 23, 2025
1 parent 6de6b2d commit d4030f8
Show file tree
Hide file tree
Showing 9 changed files with 374 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sec1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
rust:
- 1.81.0 # MSRV
- 1.85.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
rust:
- 1.81.0 # MSRV
- 1.85.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
"pkcs5",
"pkcs8",
"pkcs12",
"sec1",
# "sec1",
"serdect",
"spki",
"tai64",
Expand All @@ -27,6 +27,9 @@ members = [
"x509-cert/test-support",
"x509-ocsp"
]
exclude = [
"sec1",
]

[profile.dev]
opt-level = 2
Expand All @@ -49,7 +52,7 @@ pkcs1 = { path = "./pkcs1" }
pkcs5 = { path = "./pkcs5" }
pkcs8 = { path = "./pkcs8" }
pkcs12 = { path = "./pkcs12" }
sec1 = { path = "./sec1" }
# sec1 = { path = "./sec1" }
serdect = { path = "./serdect" }
spki = { path = "./spki" }
tai64 = { path = "./tai64" }
Expand Down
Loading

0 comments on commit d4030f8

Please sign in to comment.