From 824cda1c06a1a2719c22ba7ab8bd092301b6311a Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Mon, 1 Jan 2024 20:27:30 +0100 Subject: [PATCH] chore(hello-tracing-backend): release version 1.2.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 bdbf688..6919d0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hello-tracing-backend" -version = "1.2.0" +version = "1.2.1" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-backend/Cargo.toml b/hello-tracing-backend/Cargo.toml index bbd45e3..93341dc 100644 --- a/hello-tracing-backend/Cargo.toml +++ b/hello-tracing-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-backend" -version = "1.2.0" +version = "1.2.1" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }