Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Arend-Jan committed Jul 14, 2023
1 parent 0783466 commit a2e4b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "techlead"
version = "0.1.0"
version = "0.1.1"
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,7 +12,7 @@ categories = ["api-bindings", "text-processing", "cli"]

[dependencies]
anyhow = "1.0.70"
chat-gpt-lib-rs = "0.1.7"
chat-gpt-lib-rs = "0.2.1"
console = "0.15.5"
dotenvy = "0.15.6"
env_logger = "0.10.0"
Expand Down

0 comments on commit a2e4b55

Please sign in to comment.