mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
Compare commits
2 Commits
384f5c7211
...
a9161a64fa
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a9161a64fa | ||
![]() |
1ad5a28cc8 |
11
.github/workflows/check-and-build-and-test.yml
vendored
11
.github/workflows/check-and-build-and-test.yml
vendored
@@ -211,7 +211,7 @@ jobs:
|
||||
target: x86_64-pc-windows-msvc
|
||||
name: Verify MSRV of ${{ matrix.crate_directory }} for ${{ matrix.supporteds.target }} (on ${{ matrix.supporteds.runner }})
|
||||
runs-on: ${{ matrix.supporteds.runner }}
|
||||
timeout-minutes: 4
|
||||
timeout-minutes: 2
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -230,5 +230,12 @@ jobs:
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: Verify declared MSRV (minimum supported Rust version)
|
||||
run: cargo msrv verify --output-format json
|
||||
id: verify
|
||||
continue-on-error: true
|
||||
run: cargo msrv verify
|
||||
working-directory: ${{ matrix.crate_directory }}
|
||||
|
||||
- name: Report actual MSRV and reason for failing the declared version
|
||||
if: ${{ steps.verify.outcome == 'failure' }}
|
||||
run: cargo msrv find && exit 1
|
||||
working-directory: ${{ matrix.crate_directory }}
|
||||
|
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.4](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-core-v0.0.3...ac-qu-ai-nt-core-v0.0.4) - 2024-10-10
|
||||
## [0.0.4](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-core-v0.0.3...ac-qu-ai-nt-core-v0.0.4) - 2024-10-09
|
||||
|
||||
### Other
|
||||
|
||||
|
Reference in New Issue
Block a user