chore: release

This commit is contained in:
release-plz-for-ac-qu-ai-nt[bot]
2024-09-30 19:38:13 +00:00
committed by GitHub
parent 59d976664f
commit 6f9b8e42e1
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.3"
version = "0.0.4"
edition = "2021"
rust-version = "1.76"
@@ -15,7 +15,7 @@ cli-clap = ["dep:ac-qu-ai-nt-cli-clap"]
tracing = ["dep:tracing-subscriber", "ac-qu-ai-nt-cli-clap?/tracing"]
[dependencies]
ac-qu-ai-nt-cli-clap = { version = "0.0.3", path = "../cli-clap", optional = true }
ac-qu-ai-nt-cli-clap = { version = "0.0.4", path = "../cli-clap", optional = true }
clap = { workspace = true, features = ["derive", "env"] }
dirs-next = "2.0.0"
tracing-subscriber = { version = "0.3.18", optional = true }