From 6ca14fe4c9214880a2d7fe715c313e5d51436f98 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Fri, 29 Sep 2023 19:04:11 +0300 Subject: [PATCH] release --- Cargo.lock | 6 +++--- hello-tracing-backend/Cargo.toml | 2 +- hello-tracing-common/Cargo.toml | 2 +- hello-tracing-gateway/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99ea244..85add31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hello-tracing-backend" -version = "0.3.0" +version = "1.0.0" dependencies = [ "anyhow", "axum", @@ -557,7 +557,7 @@ dependencies = [ [[package]] name = "hello-tracing-common" -version = "0.1.0" +version = "1.0.0" dependencies = [ "anyhow", "axum", @@ -579,7 +579,7 @@ dependencies = [ [[package]] name = "hello-tracing-gateway" -version = "0.3.0" +version = "1.0.0" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-backend/Cargo.toml b/hello-tracing-backend/Cargo.toml index c6329d5..118ee31 100644 --- a/hello-tracing-backend/Cargo.toml +++ b/hello-tracing-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-backend" -version = "0.3.0" +version = "1.0.0" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true } diff --git a/hello-tracing-common/Cargo.toml b/hello-tracing-common/Cargo.toml index 6733f73..953fbf3 100644 --- a/hello-tracing-common/Cargo.toml +++ b/hello-tracing-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-common" -version = "0.1.0" +version = "1.0.0" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true } diff --git a/hello-tracing-gateway/Cargo.toml b/hello-tracing-gateway/Cargo.toml index f62bee7..ad016a1 100644 --- a/hello-tracing-gateway/Cargo.toml +++ b/hello-tracing-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-gateway" -version = "0.3.0" +version = "1.0.0" description = "hello-tracing-gateway" edition = { workspace = true } authors = { workspace = true }