Skip to content

Commit

Permalink
Bumping chitchat version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed May 18, 2022
1 parent 766c6a8 commit 6539d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chitchat-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "chitchat-test"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

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

[dependencies]
chitchat = { version = "0.2.0", path = "../chitchat" }
chitchat = { version = "0.3.0", path = "../chitchat" }
poem = "1"
poem-openapi = {version="1.2", features = ["swagger-ui"] }
structopt = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion chitchat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chitchat"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
authors = ["Quickwit, Inc. <[email protected]>"]
Expand Down

0 comments on commit 6539d44

Please sign in to comment.