From e90dea38a633c9a3b5b16cc69737166ac15bfa8b Mon Sep 17 00:00:00 2001 From: Covertness <wuyingfengsui@gmail.com> Date: Sat, 12 Dec 2015 16:39:18 +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 23e0ef6..4bb3445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coap" -version = "0.2.2" +version = "0.3.0" 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 83b85ec..3d0625d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ First add this to your `Cargo.toml`: ```toml [dependencies] -coap = "0.2" +coap = "0.3" ``` Then, add this to your crate root: diff --git a/src/lib.rs b/src/lib.rs index ae212f4..0b09127 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,7 +10,7 @@ //! //! ```toml //! [dependencies] -//! coap = "0.2" +//! coap = "0.3" //! ``` //! //! Then, add this to your crate root: -- GitLab