Skip to content

Commit ecbec4b

Browse files
committed
v0.0.4
1 parent ad33876 commit ecbec4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[workspace.package]
3-
version = "0.0.3"
3+
version = "0.0.4"
44
edition = "2021"
55
authors = ["Aldo Cortesi <[email protected]>"]
66
description = "An interface to the Anthropic API"

crates/misan/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ clap = { version = "4.5.7", features = ["derive"] }
1212
env_logger = "0.11.3"
1313
futures-util = "0.3.30"
1414
log = "0.4.21"
15-
misanthropy = { version="0.0.3", path = "../misanthropy" }
15+
misanthropy = { version="0.0.4", path = "../misanthropy" }
1616
tokio = { version = "1.38.0", features = ["full"] }

0 commit comments

Comments
 (0)