Skip to content

Commit 6539d44

Browse files
committed
Bumping chitchat version to 0.3
1 parent 766c6a8 commit 6539d44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chitchat-test/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "chitchat-test"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
chitchat = { version = "0.2.0", path = "../chitchat" }
9+
chitchat = { version = "0.3.0", path = "../chitchat" }
1010
poem = "1"
1111
poem-openapi = {version="1.2", features = ["swagger-ui"] }
1212
structopt = "0.3"

chitchat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chitchat"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT"
66
authors = ["Quickwit, Inc. <[email protected]>"]

0 commit comments

Comments
 (0)