From 1013dd5557c77562884d8b96690fca8181146b43 Mon Sep 17 00:00:00 2001 From: francoposa Date: Tue, 9 Jan 2024 11:59:17 -0800 Subject: [PATCH] stamp 0.2.0: axum 0.7 and hyper 0.7 compatibility; updated otel libraries --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13e063f..4c57db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tower-otel-http-metrics" edition = "2021" -version = "0.2.0-alpha.0" +version = "0.2.0" license = "MIT" description = "OpenTelemetry Metrics Middleware for Tower-compatible Rust HTTP servers" homepage = "https://github.com/francoposa/tower-otel-http-metrics"