Skip to content

Commit

Permalink
update the minor version for breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
Covertness committed Sep 30, 2023
1 parent f7f3cb3 commit 773aacf
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.12.2"
version = "0.13.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 @@ -22,7 +22,7 @@ First add this to your `Cargo.toml`:

```toml
[dependencies]
coap = "0.12"
coap = "0.13"
coap-lite = "0.11.3"
tokio = { version = "1", 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 @@ -15,7 +15,7 @@
//!
//! ```toml
//! [dependencies]
//! coap = "0.12"
//! coap = "0.13"
//! ```
//!
//! Then, add this to your crate root:
Expand Down

0 comments on commit 773aacf

Please sign in to comment.