Skip to content

Commit

Permalink
Release http-zipkin 0.2, zipkin 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 8, 2019
1 parent abbd991 commit fb13c75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions http-zipkin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-zipkin"
version = "0.1.1"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
Expand All @@ -12,4 +12,4 @@ keywords = ["zipkin", "tracing"]

[dependencies]
http = "0.1"
zipkin = "0.3"
zipkin = { version = "0.4", path = "../zipkin" }
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.1")]
#![doc(html_root_url = "https://docs.rs/http-zipkin/0.2")]
#![warn(missing_docs)]

use http::header::{HeaderMap, HeaderValue};
Expand Down
2 changes: 1 addition & 1 deletion zipkin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zipkin"
version = "0.3.5"
version = "0.4.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
edition = "2018"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion zipkin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//!
//! [Zipkin]: http://zipkin.io/
//! [specification]: https://github.com/openzipkin/zipkin-api/blob/master/zipkin2-api.yaml
#![doc(html_root_url = "https://docs.rs/zipkin/0.3")]
#![doc(html_root_url = "https://docs.rs/zipkin/0.4")]
#![warn(missing_docs)]

#[doc(inline)]
Expand Down

0 comments on commit fb13c75

Please sign in to comment.