Skip to content
Snippets Groups Projects
Commit 13c746f7 authored by Covertness's avatar Covertness
Browse files

update version

parent 0652c579
No related branches found
No related tags found
No related merge requests found
[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"
......
......@@ -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:
......
......@@ -10,7 +10,7 @@
//!
//! ```toml
//! [dependencies]
//! coap = "0.2.1"
//! coap = "0.2"
//! ```
//!
//! Then, add this to your crate root:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment