Skip to content

Commit

Permalink
Fix minimal-versions CI failure and update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Nov 15, 2023
1 parent 1caeb97 commit e49c0af
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 49 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:

test:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pkcs12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:

test:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pkcs7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:

test:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/x509-ocsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:

test:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/x509-tsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master
with:
working-directory: ${{ github.workflow }}
# TODO: re-enable benches build when min version of proc-macro2
# will be updated to 1.0.60+
nightly_cmd:

test:
runs-on: ubuntu-latest
Expand Down
92 changes: 43 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e49c0af

Please sign in to comment.