mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 04:47:53 -04:00
Compare commits
5 Commits
a9161a64fa
...
384f5c7211
Author | SHA1 | Date | |
---|---|---|---|
![]() |
384f5c7211 | ||
![]() |
5e878f1c3c | ||
![]() |
74157b1298 | ||
![]() |
ff6842ad3d | ||
![]() |
5f52981141 |
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: 2
|
||||
timeout-minutes: 4
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -230,12 +230,5 @@ jobs:
|
||||
cache-on-failure: "true"
|
||||
|
||||
- name: Verify declared MSRV (minimum supported Rust version)
|
||||
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
|
||||
run: cargo msrv verify --output-format json
|
||||
working-directory: ${{ matrix.crate_directory }}
|
||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -24,7 +24,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ac-qu-ai-nt-core"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"llama-cpp-2",
|
||||
"snafu",
|
||||
|
@@ -7,6 +7,13 @@ 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
|
||||
|
||||
### Other
|
||||
|
||||
- *(ac-qu-ai-nt-core)* update `llama-cpp-2`
|
||||
- *(core)* add `snafu` as a dependency
|
||||
|
||||
## [0.0.3](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-core-v0.0.2...ac-qu-ai-nt-core-v0.0.3) - 2024-10-07
|
||||
|
||||
### Other
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "ac-qu-ai-nt-core"
|
||||
description = "The core library of ac-qu-ai-nt. If you're looking for the application, see cli-clap or gui-eframe or tui-ratatui or the multibinary"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
edition = "2021"
|
||||
rust-version = "1.76"
|
||||
|
||||
|
Reference in New Issue
Block a user