Skip to content

Commit

Permalink
bump MSRV to 1.81
Browse files Browse the repository at this point in the history
This brings hybrid-array which requires 1.81
  • Loading branch information
baloo committed Oct 14, 2024
1 parent 83375b8 commit 73d521d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/certval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
rust:
- 1.75.0 # MSRV
- 1.81.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
rust:
- 1.75.0 # MSRV
- 1.81.0 # MSRV
- stable
steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 7 additions & 5 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ debug = true
debug = true

[patch.crates-io]
cms = { git = "https://github.com/RustCrypto/formats.git" }
x509-ocsp = { git = "https://github.com/RustCrypto/formats.git" }
x509-cert = { git = "https://github.com/RustCrypto/formats.git" }
# FIXME: https://github.com/dalek-cryptography/curve25519-dalek/pull/676
ed25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dalek.git", branch = "rustcrypto-new-releases" }

Expand Down
4 changes: 2 additions & 2 deletions certval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ categories = ["cryptography", "pki", "no-std"]
keywords = ["crypto", "x.509", "OCSP"]
readme = "README.md"
edition = "2021"
rust-version = "1.75"
rust-version = "1.81"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
x509-cert = { version = "0.3.0-pre", default-features = false, features = ["hazmat","pem"] }
x509-cert = { version = "0.3.0-pre.0", default-features = false, features = ["hazmat","pem"] }
const-oid = { version = "0.10.0-rc.0", default-features = false, features = ["db"] }
cms = "0.3.0-pre"
der = { version="0.8.0-rc.0", features = ["alloc", "derive", "flagset", "oid"] }
Expand Down

0 comments on commit 73d521d

Please sign in to comment.