Skip to content

Commit c0ab70c

Browse files
authored
build(deps): bump const-oid from 0.10.0-rc.1 to 0.10.0-rc.1; bump MSRV to 1.81 (#868)
1 parent 5c33bd5 commit c0ab70c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/ed25519.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- thumbv7em-none-eabi
2525
- wasm32-unknown-unknown
2626
toolchain:
27-
- 1.72.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
steps:
3030
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
toolchain:
45-
- 1.72.0 # MSRV
45+
- 1.81.0 # MSRV
4646
- stable
4747
runs-on: ubuntu-latest
4848
steps:

.github/workflows/ed448.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- thumbv7em-none-eabi
2525
- wasm32-unknown-unknown
2626
toolchain:
27-
- 1.72.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
steps:
3030
- uses: actions/checkout@v4
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
toolchain:
45-
- 1.72.0 # MSRV
45+
- 1.81.0 # MSRV
4646
- stable
4747
runs-on: ubuntu-latest
4848
steps:

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ed25519/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ readme = "README.md"
1515
categories = ["cryptography", "no-std"]
1616
keywords = ["crypto", "curve25519", "ecc", "signature", "signing"]
1717
edition = "2021"
18-
rust-version = "1.72"
18+
rust-version = "1.81"
1919

2020
[dependencies]
2121
# TODO(tarcieri): relax requirement back to `2` before next release

ed448/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repository = "https://github.com/RustCrypto/signatures"
1515
readme = "README.md"
1616
categories = ["cryptography", "no-std"]
1717
keywords = ["crypto", "curve448", "ecc", "signature", "signing"]
18-
rust-version = "1.72"
18+
rust-version = "1.81"
1919

2020
[dependencies]
2121
# TODO(tarcieri): relax requirement back to `2` before next release

0 commit comments

Comments
 (0)