Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Mar 8, 2023
1 parent 9d32837 commit 7270308
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 60 deletions.
94 changes: 85 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aichat"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "A powerful chatgpt cli."
Expand All @@ -20,7 +20,6 @@ futures-util = "0.3.26"
inquire = "0.5.3"
is-terminal = "0.4.4"
reedline = "0.16.0"
reqwest = { version = "0.11.14", features = ["json", "stream", "socks", "rustls-tls"], default-features = false}
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
serde_yaml = "0.9.17"
Expand All @@ -33,6 +32,11 @@ unicode-width = "0.1.10"
bincode = "1.3.3"
ctrlc = "3.2.5"

[dependencies.reqwest]
version = "0.11.14"
features = ["json", "stream", "socks", "rustls-tls", "rustls-tls-native-roots"]
default-features = false

[dependencies.syntect]
version = "5.0.0"
default-features = false
Expand Down
Loading

0 comments on commit 7270308

Please sign in to comment.