From b8d23b803b1157be3f014629daafba7a2eec7a34 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger <git@heikoseeberger.de> Date: Thu, 14 Dec 2023 12:30:26 +0100 Subject: [PATCH] chore(hello-tracing-backend): release version 1.1.0 --- Cargo.lock | 2 +- hello-tracing-backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 495667a..ce04947 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,7 +580,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hello-tracing-backend" -version = "1.0.5" +version = "1.1.0" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-backend/Cargo.toml b/hello-tracing-backend/Cargo.toml index fb5a6e4..c650c5c 100644 --- a/hello-tracing-backend/Cargo.toml +++ b/hello-tracing-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-backend" -version = "1.0.5" +version = "1.1.0" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }