mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 16:57:53 -04:00
Compare commits
5 Commits
d0b9422919
...
a9161a64fa
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a9161a64fa | ||
![]() |
1ad5a28cc8 | ||
![]() |
2404c8c035 | ||
![]() |
0988559fff | ||
![]() |
57c37edd34 |
@@ -229,6 +229,13 @@ jobs:
|
|||||||
shared-key: ${{ matrix.supporteds.target }}-latest-variable
|
shared-key: ${{ matrix.supporteds.target }}-latest-variable
|
||||||
cache-on-failure: "true"
|
cache-on-failure: "true"
|
||||||
|
|
||||||
- name: Verify MSRV (minimum supported Rust version)
|
- name: Verify declared MSRV (minimum supported Rust version)
|
||||||
|
id: verify
|
||||||
|
continue-on-error: true
|
||||||
run: cargo msrv verify
|
run: cargo msrv verify
|
||||||
working-directory: ${{ matrix.crate_directory }}
|
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]
|
## [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-08
|
## [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
|
### Other
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user