We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766c6a8 commit 6539d44Copy full SHA for 6539d44
chitchat-test/Cargo.toml
@@ -1,12 +1,12 @@
1
[package]
2
name = "chitchat-test"
3
-version = "0.1.0"
+version = "0.3.0"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-chitchat = { version = "0.2.0", path = "../chitchat" }
+chitchat = { version = "0.3.0", path = "../chitchat" }
10
poem = "1"
11
poem-openapi = {version="1.2", features = ["swagger-ui"] }
12
structopt = "0.3"
chitchat/Cargo.toml
@@ -1,6 +1,6 @@
name = "chitchat"
-version = "0.2.0"
license = "MIT"
authors = ["Quickwit, Inc. <[email protected]>"]
0 commit comments