Skip to content

Commit

Permalink
Set MSRV to 1.61.0 for ring 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec authored and djc committed Oct 2, 2023
1 parent 8a48eb7 commit 252ecae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- stable
- beta
- nightly
- 1.56.0 # our MSRV
- 1.61.0 # our MSRV
os: [ubuntu-latest]
# but only stable on macos/windows (slower platforms)
include:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sct"
version = "0.7.0"
edition = "2021"
rust-version = "1.56"
rust-version = "1.61"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
description = "Certificate transparency SCT verification library"
license = "Apache-2.0 OR ISC OR MIT"
Expand Down

0 comments on commit 252ecae

Please sign in to comment.