Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Covertness committed Jun 22, 2024
1 parent 231bb6e commit eef2f06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coap"
version = "0.17.0"
version = "0.18.0"
description = "A CoAP library"
readme = "README.md"
documentation = "https://docs.rs/coap/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ First add this to your `Cargo.toml`:

```toml
[dependencies]
coap = "0.17"
coap = "0.18"
coap-lite = "0.11.3"
tokio = {version = "^1.32", features = ["full"]}
```
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//!
//! ```toml
//! [dependencies]
//! coap = "0.17"
//! coap = "0.18"
//! coap-lite = "0.11.3"
//! tokio = {version = "^1.32", features = ["full"]}
//! ```
Expand Down

0 comments on commit eef2f06

Please sign in to comment.