Skip to content

Commit f01fe62

Browse files
committed
Merge remote-tracking branch 'rust-crypto/master'
2 parents b4658fe + 5d3e031 commit f01fe62

Some content is hidden

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

63 files changed

+811
-1973
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
version: 2
22
updates:
33
- package-ecosystem: cargo
4+
versioning-strategy: lockfile-only
45
directory: "/"
6+
allow:
7+
- dependency-type: "all"
8+
groups:
9+
all-deps:
10+
patterns:
11+
- "*"
512
schedule:
6-
interval: daily
13+
interval: weekly
714
open-pull-requests-limit: 10
815
- package-ecosystem: github-actions
916
directory: "/"

.github/workflows/digest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ jobs:
6060
- run: cargo test
6161
- run: cargo test --features dev
6262
- run: cargo test --features alloc
63-
- run: cargo test --features std
6463
- run: cargo test --all-features

.github/workflows/signature.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ jobs:
3737
toolchain: ${{ matrix.rust }}
3838
targets: ${{ matrix.target }}
3939
- run: cargo build --target ${{ matrix.target }} --release --no-default-features
40-
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features derive
40+
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features digest
4141
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features rand_core
42-
- run: cargo build --target ${{ matrix.target }} --release --no-default-features --features derive,rand_core
4342

4443
minimal-versions:
4544
if: false # disabled until we stop using pre-releases
@@ -52,7 +51,7 @@ jobs:
5251
strategy:
5352
matrix:
5453
rust:
55-
- 1.85.0 # Minimum Rust version the tests pass on
54+
- 1.85.0 # MSRV
5655
- stable
5756
steps:
5857
- uses: actions/checkout@v4
@@ -63,19 +62,3 @@ jobs:
6362
- run: cargo test --release --no-default-features
6463
- run: cargo test --release
6564
- run: cargo test --release --all-features
66-
67-
derive:
68-
runs-on: ubuntu-latest
69-
strategy:
70-
matrix:
71-
rust:
72-
- 1.85.0 # MSRV
73-
- stable
74-
steps:
75-
- uses: actions/checkout@v4
76-
- uses: RustCrypto/actions/cargo-cache@master
77-
- uses: dtolnay/rust-toolchain@master
78-
with:
79-
toolchain: ${{ matrix.rust }}
80-
- run: cargo test --release
81-
working-directory: signature_derive

.github/workflows/workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- uses: actions/checkout@v4
55-
- uses: crate-ci/typos@v1.30.0
55+
- uses: crate-ci/typos@v1.31.1

0 commit comments

Comments
 (0)