From 33070e897c3bc741ef59bd62969d73e4159f9a99 Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Mon, 12 Aug 2024 08:38:49 +0200 Subject: [PATCH] chore(hello-tracing-backend): release version 1.3.5 --- 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 d70b8b2..dfd8b6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello-tracing-backend" -version = "1.3.4" +version = "1.3.5" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-backend/Cargo.toml b/hello-tracing-backend/Cargo.toml index 00d63d8..31f5054 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.4" +version = "1.3.5" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }