mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 16:57:53 -04:00
Compare commits
1 Commits
ac-qu-ai-n
...
c6695020fb
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c6695020fb |
3077
Cargo.lock
generated
3077
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,15 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.0.5](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-core-v0.0.4...ac-qu-ai-nt-core-v0.0.5) - 2024-10-17
|
## [0.0.5](https://github.com/babichjacob/ac-qu-ai-nt/compare/ac-qu-ai-nt-core-v0.0.4...ac-qu-ai-nt-core-v0.0.5) - 2024-10-16
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- *(ac-qu-ai-nt-core)* raise the minimum acceptable version of `rten` to `0.13.1`
|
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
|
||||||
- *(ac-qu-ai-nt-core)* remove `surrealdb` as a dependency because the BUSL doesn't fit what I want this project to be. sorry. we'll see if I feel inclined to give it another chance
|
|
||||||
- *(ac-qu-ai-nt-core)* upgrade `surrealdb` to `2` and I'm not sure why it defaulted to an old version
|
- *(ac-qu-ai-nt-core)* upgrade `surrealdb` to `2` and I'm not sure why it defaulted to an old version
|
||||||
- *(ac-qu-ai-nt-core)* add `ocrs`, `rten`, and `surrealdb` as dependencies because I expect to use them in the future and this will allow GitHub Actions to build cache for them or to report back to me that they're incompatible with the currently `supporteds`
|
- *(ac-qu-ai-nt-core)* add `ocrs`, `rten`, and `surrealdb` as dependencies because I expect to use them in the future and this will allow GitHub Actions to build cache for them or to report back to me that they're incompatible with the currently `supporteds`
|
||||||
- *(ac-qu-ai-nt-core)* [**breaking**] make `tracing` no longer a default feature
|
- *(ac-qu-ai-nt-core)* [**breaking**] make `tracing` no longer a default feature
|
||||||
|
@@ -16,7 +16,8 @@ tracing = ["dep:tracing"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
llama-cpp-2 = "0.1.82"
|
llama-cpp-2 = "0.1.82"
|
||||||
ocrs = "0.9"
|
ocrs = "0.9"
|
||||||
rten = "0.13.1"
|
rten = "0.13"
|
||||||
snafu = { workspace = true }
|
snafu = { workspace = true }
|
||||||
|
surrealdb = { version = "2", default-features = false }
|
||||||
|
|
||||||
tracing = { workspace = true, optional = true }
|
tracing = { workspace = true, optional = true }
|
||||||
|
@@ -93,8 +93,7 @@ allow = [
|
|||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"ISC",
|
"ISC",
|
||||||
"MIT",
|
"MIT",
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016"
|
||||||
"Unlicense",
|
|
||||||
]
|
]
|
||||||
# The confidence threshold for detecting a license from license text.
|
# The confidence threshold for detecting a license from license text.
|
||||||
# The higher the value, the more closely the license text must be to the
|
# The higher the value, the more closely the license text must be to the
|
||||||
|
Reference in New Issue
Block a user