From df18a446dbc2fc1e87d0a3af0297bb520cea7dc6 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Tue, 23 Jul 2024 11:33:44 +0200 Subject: [PATCH] chore(hello-tracing-backend): release version 1.3.2 --- 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 2f0c411..d261e78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello-tracing-backend" -version = "1.3.1" +version = "1.3.2" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-backend/Cargo.toml b/hello-tracing-backend/Cargo.toml index 140205b..4895c08 100644 --- a/hello-tracing-backend/Cargo.toml +++ b/hello-tracing-backend/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hello-tracing-backend" -version = "1.3.1" +version = "1.3.2" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }