Skip to content

Commit

Permalink
Release zipkin 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Mar 7, 2018
1 parent 5aee98c commit 67d67cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.9"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
license = "Apache-2.0"
description = "A library for collecting timing information about distributed computations"
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.1")]
#![doc(html_root_url = "https://docs.rs/zipkin/0.2")]
#![warn(missing_docs)]

extern crate data_encoding;
Expand Down

0 comments on commit 67d67cb

Please sign in to comment.