Skip to content

Commit 43cd37d

Browse files
committed
bump MSRV of ed25519-dalek to 1.72
1 parent 6d8f823 commit 43cd37d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ed25519-dalek.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121

2222
msrv:
23-
name: Current MSRV is 1.60.0
23+
name: Current MSRV is 1.72.0
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
@@ -29,5 +29,5 @@ jobs:
2929
- run: cargo update -Z minimal-versions
3030
# Now check that `cargo build` works with respect to the oldest possible
3131
# deps and the stated MSRV
32-
- uses: dtolnay/rust-toolchain@1.60.0
32+
- uses: dtolnay/rust-toolchain@1.72.0
3333
- run: cargo build

ed25519-dalek/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["cryptography", "ed25519", "curve25519", "signature", "ECC"]
1616
categories = ["cryptography", "no-std"]
1717
description = "Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust."
1818
exclude = [ ".gitignore", "TESTVECTORS", "VALIDATIONVECTORS", "res/*" ]
19-
rust-version = "1.60"
19+
rust-version = "1.72"
2020

2121
[package.metadata.docs.rs]
2222
rustdoc-args = [

0 commit comments

Comments
 (0)