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

update version

parent 42fab6dc
No related branches found
No related tags found
No related merge requests found
[package] [package]
name = "coap" name = "coap"
version = "0.1.0" version = "0.1.1"
description = "A CoAP library" description = "A CoAP library"
readme = "README.md" readme = "README.md"
documentation = "http://covertness.github.io/coap-rs/coap/index.html" documentation = "http://covertness.github.io/coap-rs/coap/index.html"
......
# coap-rs # coap-rs
[![crates.io](http://meritbadge.herokuapp.com/coap)](https://crates.io/crates/coap)
[![Travis Build Status](https://travis-ci.org/Covertness/coap-rs.svg?branch=master)](https://travis-ci.org/Covertness/coap-rs) [![Travis Build Status](https://travis-ci.org/Covertness/coap-rs.svg?branch=master)](https://travis-ci.org/Covertness/coap-rs)
![Downloads](https://img.shields.io/crates/d/coap.svg?style=flat)
[![crates.io](http://meritbadge.herokuapp.com/coap)](https://crates.io/crates/coap)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/ic36jdu4xy6doc59?svg=true)](https://ci.appveyor.com/project/Covertness/coap-rs) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/ic36jdu4xy6doc59?svg=true)](https://ci.appveyor.com/project/Covertness/coap-rs)
[![Coverage Status](https://coveralls.io/repos/Covertness/coap-rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/Covertness/coap-rs?branch=master) [![Coverage Status](https://coveralls.io/repos/Covertness/coap-rs/badge.svg?branch=master&service=github)](https://coveralls.io/github/Covertness/coap-rs?branch=master)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
...@@ -16,7 +17,7 @@ First add this to your `Cargo.toml`: ...@@ -16,7 +17,7 @@ First add this to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
coap = "0.1.0" coap = "0.1.1"
``` ```
Then, add this to your crate root: 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