Skip to content

Commit b2351d2

Browse files
committed
fixup ci: unsafe usage on nightly and bump ed25519's MSRV
2 parents fc91fdc + 834083f commit b2351d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.81.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.81.0
3333
- run: cargo build

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- uses: actions/checkout@v3
88-
- uses: dtolnay/rust-toolchain@1.73.0
88+
- uses: dtolnay/rust-toolchain@1.81.0
8989
with:
9090
components: clippy
9191
- run: cargo clippy --target x86_64-unknown-linux-gnu --all-features

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.81"
2020

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

0 commit comments

Comments
 (0)