chore: release

This commit is contained in:
release-plz-for-ac-qu-ai-nt[bot]
2024-09-30 06:31:19 +00:00
committed by GitHub
parent 1b636bcf7c
commit a0a52489e5
5 changed files with 22 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "ac-qu-ai-nt"
description = "A WIP project using AI to break down a user's query, acquire the knowledge to answer it, then transfer those insights to the user"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
rust-version = "1.76"
@@ -14,7 +14,7 @@ default = ["cli-clap"]
cli-clap = ["dep:ac-qu-ai-nt-cli-clap"]
[dependencies]
ac-qu-ai-nt-cli-clap = { version = "0.0.2", path = "../cli-clap", optional = true }
ac-qu-ai-nt-cli-clap = { version = "0.0.3", path = "../cli-clap", optional = true }
clap = { workspace = true, features = ["derive", "env"] }
dirs-next = "2.0.0"
tracing-subscriber = "0.3.18"