From 13c746f7117ef294e139c3b5679ac979dc8fe0dd Mon Sep 17 00:00:00 2001 From: Covertness <wuyingfengsui@gmail.com> Date: Fri, 4 Sep 2015 16:28:22 +0800 Subject: [PATCH] update version --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3dacbc3..23e0ef6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coap" -version = "0.2.1" +version = "0.2.2" description = "A CoAP library" readme = "README.md" documentation = "http://covertness.github.io/coap-rs/coap/index.html" diff --git a/README.md b/README.md index 41311e6..83b85ec 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First add this to your `Cargo.toml`: ```toml [dependencies] -coap = "0.2.1" +coap = "0.2" ``` Then, add this to your crate root: diff --git a/src/lib.rs b/src/lib.rs index 3dff10d..ae212f4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! //! ```toml //! [dependencies] -//! coap = "0.2.1" +//! coap = "0.2" //! ``` //! //! Then, add this to your crate root: -- GitLab