Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Covertness committed Mar 27, 2024
1 parent b37045a commit e77ede6
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.14.4"
version = "0.15.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.14"
coap = "0.15"
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 @@ -18,7 +18,7 @@
//!
//! ```toml
//! [dependencies]
//! coap = "0.14"
//! coap = "0.15"
//! coap-lite = "0.11.3"
//! tokio = {version = "^1.32", features = ["full"]}
//! ```
Expand Down

0 comments on commit e77ede6

Please sign in to comment.