diff --git a/Cargo.toml b/Cargo.toml index 065eb4b15..d12d29562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coap" -version = "0.12.2" +version = "0.13.0" description = "A CoAP library" readme = "README.md" documentation = "https://docs.rs/coap/" diff --git a/README.md b/README.md index d6b9afb5c..51c3068d1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ First add this to your `Cargo.toml`: ```toml [dependencies] -coap = "0.12" +coap = "0.13" coap-lite = "0.11.3" tokio = { version = "1", features = ["full"] } ``` diff --git a/src/lib.rs b/src/lib.rs index 461eab742..0400d4fb6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,7 +15,7 @@ //! //! ```toml //! [dependencies] -//! coap = "0.12" +//! coap = "0.13" //! ``` //! //! Then, add this to your crate root: