Skip to content

Commit

Permalink
Upgrade elliptic curve crates; MSRV 1.65 (#1105)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tony-iqlusion authored Mar 13, 2023
1 parent 3f7cb55 commit 757945f
Show file tree
Hide file tree
Showing 41 changed files with 242 additions and 267 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bip32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
rust:
- 1.57.0 # MSRV
- 1.65.0 # MSRV
- stable
target:
- armv7a-none-eabi
Expand All @@ -50,7 +50,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.57.0 # MSRV
- 1.65.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/canonical-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.56.0 # MSRV
- 1.60.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/hkd32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
rust:
- 1.57.0 # MSRV
- 1.60.0 # MSRV
- stable
target:
- armv7a-none-eabi
Expand All @@ -49,7 +49,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.57.0 # MSRV
- 1.60.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iqhttp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.56.0 # MSRV
- 1.60.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secrecy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.56.0 # MSRV
- 1.60.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/signatory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.57.0 # MSRV
- 1.65.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/subtle-encoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- macos-latest
- windows-latest
toolchain:
- 1.56.0 # MSRV
- 1.60.0 # MSRV
- stable
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.57.0 # MSRV
toolchain: 1.68.0 # MSRV
components: clippy
override: true
profile: minimal
Expand Down
Loading

0 comments on commit 757945f

Please sign in to comment.