Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump and upstep dependencies #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "techlead"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
description = "Techlead CLI is a command-line interface that enables developers to chat with an AI assistant powered by the OpenAI GPT language model, designed specifically to help with your Rust project."
license = "Apache-2.0"
Expand All @@ -12,10 +12,10 @@ categories = ["api-bindings", "text-processing", "cli"]

[dependencies]
anyhow = "1.0"
chat-gpt-lib-rs = "0.3.0"
chat-gpt-lib-rs = "0.4"
console = "0.15"
dotenvy = "0.15"
env_logger = "0.10"
env_logger = "0.11"
ignore = "0.4"
indicatif = "0.17"
keyring = "2.0"
Expand Down
Loading