From 6539d44dfee03016c31f3efcf2453cff37ded60a Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 18 May 2022 11:01:33 +0900 Subject: [PATCH] Bumping chitchat version to 0.3 --- chitchat-test/Cargo.toml | 4 ++-- chitchat/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chitchat-test/Cargo.toml b/chitchat-test/Cargo.toml index ea2fb6c..b5ddd7b 100644 --- a/chitchat-test/Cargo.toml +++ b/chitchat-test/Cargo.toml @@ -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" diff --git a/chitchat/Cargo.toml b/chitchat/Cargo.toml index 5476778..5317223 100644 --- a/chitchat/Cargo.toml +++ b/chitchat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chitchat" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT" authors = ["Quickwit, Inc. "]