Skip to content

Commit 757945f

Browse files
Upgrade elliptic curve crates; MSRV 1.65 (#1105)
Bumps the following dependencies: - `ecdsa` v0.16 - `ed25519-dalek` v2.0.0-pre.0 - `k256` v0.13 - `p256` v0.13 - `p384` v0.13 Includes MSRV bumps to Rust 1.65 for crates with these dependencies, and bumps to Rust 1.60 for other crates in the repo, as that's required to even be in the same workspace as a crate which uses weak/namespaced features.
1 parent 3f7cb55 commit 757945f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+242
-267
lines changed

.github/workflows/bip32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
rust:
26-
- 1.57.0 # MSRV
26+
- 1.65.0 # MSRV
2727
- stable
2828
target:
2929
- armv7a-none-eabi
@@ -50,7 +50,7 @@ jobs:
5050
- macos-latest
5151
- windows-latest
5252
toolchain:
53-
- 1.57.0 # MSRV
53+
- 1.65.0 # MSRV
5454
- stable
5555
runs-on: ${{ matrix.platform }}
5656
steps:

.github/workflows/canonical-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626
- windows-latest
2727
toolchain:
28-
- 1.56.0 # MSRV
28+
- 1.60.0 # MSRV
2929
- stable
3030
runs-on: ${{ matrix.platform }}
3131
steps:

.github/workflows/hkd32.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
rust:
25-
- 1.57.0 # MSRV
25+
- 1.60.0 # MSRV
2626
- stable
2727
target:
2828
- armv7a-none-eabi
@@ -49,7 +49,7 @@ jobs:
4949
- macos-latest
5050
- windows-latest
5151
toolchain:
52-
- 1.57.0 # MSRV
52+
- 1.60.0 # MSRV
5353
- stable
5454
runs-on: ${{ matrix.platform }}
5555
steps:

.github/workflows/iqhttp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626
- windows-latest
2727
toolchain:
28-
- 1.56.0 # MSRV
28+
- 1.60.0 # MSRV
2929
- stable
3030
runs-on: ${{ matrix.platform }}
3131
steps:

.github/workflows/secrecy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626
- windows-latest
2727
toolchain:
28-
- 1.56.0 # MSRV
28+
- 1.60.0 # MSRV
2929
- stable
3030
runs-on: ${{ matrix.platform }}
3131
steps:

.github/workflows/signatory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- macos-latest
2525
- windows-latest
2626
toolchain:
27-
- 1.57.0 # MSRV
27+
- 1.65.0 # MSRV
2828
- stable
2929
runs-on: ${{ matrix.platform }}
3030
steps:

.github/workflows/subtle-encoding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macos-latest
2626
- windows-latest
2727
toolchain:
28-
- 1.56.0 # MSRV
28+
- 1.60.0 # MSRV
2929
- stable
3030
runs-on: ${{ matrix.platform }}
3131
steps:

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions-rs/toolchain@v1
2727
with:
28-
toolchain: 1.57.0 # MSRV
28+
toolchain: 1.68.0 # MSRV
2929
components: clippy
3030
override: true
3131
profile: minimal

0 commit comments

Comments
 (0)