Skip to content

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cortesi committed Jun 25, 2024
1 parent ad33876 commit ecbec4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[workspace.package]
version = "0.0.3"
version = "0.0.4"
edition = "2021"
authors = ["Aldo Cortesi <[email protected]>"]
description = "An interface to the Anthropic API"
Expand Down
2 changes: 1 addition & 1 deletion crates/misan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ clap = { version = "4.5.7", features = ["derive"] }
env_logger = "0.11.3"
futures-util = "0.3.30"
log = "0.4.21"
misanthropy = { version="0.0.3", path = "../misanthropy" }
misanthropy = { version="0.0.4", path = "../misanthropy" }
tokio = { version = "1.38.0", features = ["full"] }

0 comments on commit ecbec4b

Please sign in to comment.