Skip to content

Commit dd831f2

Browse files
committed
feat: add msrv to CHANGELOG.md and manifest
1 parent e23e51b commit dd831f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This document describes the changes to Minimq between releases.
88
* The `Publication::finish()` API was removed in favor of a new `Publication::respond()` API for
99
constructing replies to previously received messages.
1010
* [breaking] `embedded-nal` bumped. Now `core::net::SocketAddr` and related ip types are used.
11+
MSRV becomes 1.77.0.
1112

1213
# [0.9.0] - 2024-04-29
1314

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ readme = "README.md"
1313
categories = ["embedded", "no-std", "database", "encoding"]
1414
keywords = ["mqtt", "embedded", "client"]
1515
license = "MIT"
16+
rust-version = "1.77.0"
1617

1718
[dependencies]
1819
bit_field = "0.10.0"

0 commit comments

Comments
 (0)