From ff16dced84066b48804300ce9876a6904dc2ad0d Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 5 Dec 2019 10:19:28 -0500 Subject: [PATCH] Release http-zipkin v0.3.0 --- http-zipkin/Cargo.toml | 2 +- http-zipkin/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/http-zipkin/Cargo.toml b/http-zipkin/Cargo.toml index cf1b504..589ccf6 100644 --- a/http-zipkin/Cargo.toml +++ b/http-zipkin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "http-zipkin" -version = "0.2.0" +version = "0.3.0" authors = ["Steven Fackler "] edition = "2018" license = "Apache-2.0" diff --git a/http-zipkin/src/lib.rs b/http-zipkin/src/lib.rs index e3bfe08..8559acb 100644 --- a/http-zipkin/src/lib.rs +++ b/http-zipkin/src/lib.rs @@ -13,7 +13,7 @@ // limitations under the License. //! HTTP header propagation for Zipkin trace information. -#![doc(html_root_url = "https://docs.rs/http-zipkin/0.2")] +#![doc(html_root_url = "https://docs.rs/http-zipkin/0.3")] #![warn(missing_docs)] use http::header::{HeaderMap, HeaderValue};