From 897ca04703103db01f3378505f09636021a99c25 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Fri, 17 Nov 2023 11:49:10 +0100 Subject: [PATCH] build(hello-tracing-backend): release version 1.0.1 --- 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 ac8f9a1..06246a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -517,7 +517,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hello-tracing-backend" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-backend/Cargo.toml b/hello-tracing-backend/Cargo.toml index 118ee31..d480185 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.0" +version = "1.0.1" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }