From 00146e99163d87e6ea0854ac21b367fbc811787a Mon Sep 17 00:00:00 2001 From: Heiko Seeberger Date: Wed, 21 Aug 2024 10:41:55 +0200 Subject: [PATCH] chore(hello-tracing-backend): release version 1.3.6 --- 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 80cd056..073c0fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hello-tracing-backend" -version = "1.3.5" +version = "1.3.6" dependencies = [ "anyhow", "axum", diff --git a/hello-tracing-backend/Cargo.toml b/hello-tracing-backend/Cargo.toml index 31f5054..a61c70d 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.5" +version = "1.3.6" description = "hello-tracing-backend" edition = { workspace = true } authors = { workspace = true }