Skip to content

Commit

Permalink
Release hyper-zipkin v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 31, 2017
1 parent b39b475 commit d24734b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hyper-zipkin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "hyper-zipkin"
version = "0.1.0"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
license = "Apache-2.0"
description = "Hyper header definitions for standard Zipkin headers"
repository = "https://github.com/palantir/rust-zipkin"
documentation = "https://docs.rs/hyper-zipkin/0.1.0/hyper_zipkin"
documentation = "https://docs.rs/hyper-zipkin/0.2.0/hyper_zipkin"
readme = "../README.md"
categories = ["web-programming"]
keywords = ["zipkin", "tracing"]
Expand Down
2 changes: 1 addition & 1 deletion hyper-zipkin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.

//! Hyper definitions for Zipkin headers.
#![doc(html_root_url="https://docs.rs/hyper-zipkin/0.1.0")]
#![doc(html_root_url="https://docs.rs/hyper-zipkin/0.2.0")]
#![warn(missing_docs)]
extern crate zipkin;

Expand Down

0 comments on commit d24734b

Please sign in to comment.