Skip to content

Commit

Permalink
Release http-zipkin v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 5, 2019
1 parent 89fee46 commit ff16dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http-zipkin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-zipkin"
version = "0.2.0"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion http-zipkin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit ff16dce

Please sign in to comment.