From c122a4fb8782b0d1b94b5a2693d5e12dd5e39841 Mon Sep 17 00:00:00 2001 From: karthik2804 Date: Tue, 5 Dec 2023 12:53:52 -0800 Subject: [PATCH] bump version to v0.10.0 Signed-off-by: karthik2804 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- bart/Cargo.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fafde46..ff859c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "bart" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "bartholomew", @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "bartholomew" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anyhow", "brotli", diff --git a/Cargo.toml b/Cargo.toml index 930e739..7658aed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bartholomew" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["Fermyon Engineering "] diff --git a/bart/Cargo.toml b/bart/Cargo.toml index 80c3e93..5652a6c 100644 --- a/bart/Cargo.toml +++ b/bart/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bart" -version = "0.9.0" +version = "0.10.0" edition = "2021" authors = ["Fermyon Engineering "] @@ -10,8 +10,8 @@ bartholomew = { path = "../", default-features = false } chrono = { version = "0.4.19", features = ["serde"] } colorful = "0.2.1" structopt = "0.3.22" -tokio = { version = "1.29", features = [ "full" ] } +tokio = { version = "1.29", features = ["full"] } toml = "0.5.8" -tracing = { version = "0.1.26", features = [ "log" ] } +tracing = { version = "0.1.26", features = ["log"] } tracing-futures = "0.2.5" -tracing-subscriber = { version = "0.2.19", features = [ "env-filter" ] } +tracing-subscriber = { version = "0.2.19", features = ["env-filter"] }