Skip to content
Snippets Groups Projects
Commit 5d77230f authored by Covertness's avatar Covertness
Browse files

update version number

parent cda8c9ca
No related branches found
No related tags found
No related merge requests found
[package]
name = "coap"
version = "0.4.0"
version = "0.5.0"
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.4"
coap = "0.5"
```
Then, add this to your crate root:
......
......@@ -11,7 +11,7 @@
//!
//! ```toml
//! [dependencies]
//! coap = "0.3"
//! coap = "0.5"
//! ```
//!
//! Then, add this to your crate root:
......@@ -31,7 +31,9 @@
//! fn request_handler(request: CoAPRequest) -> Option<CoAPResponse> {
//! println!("Receive request: {:?}", request);
//! None
//!
//! // Return the auto-generated response
//! request.response
//! }
//! fn main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment