Skip to content

Commit 647ff84

Browse files
chrysneldruin
authored andcommitted
Bump no-std-net dependency to 0.6
1 parent f23280c commit 647ff84

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## Unreleased
99

1010
* Add blanket impls of all the traits for mutable references.
11+
- Bump dependency version of `no-std-net` to `v0.6`.
1112

1213
## [0.6.0] - 2021-05-25
1314

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ categories = ["embedded", "hardware-support", "no-std", "network-programming"]
1919

2020
[dependencies]
2121
nb = "1"
22-
no-std-net = "0.5"
22+
no-std-net = "0.6"
2323
heapless = "^0.7"

embedded-nal-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["network"]
1515
categories = ["embedded", "hardware-support", "no-std", "network-programming", "asynchronous"]
1616

1717
[dependencies]
18-
no-std-net = "0.5"
18+
no-std-net = "0.6"
1919
heapless = "^0.7"
2020
embedded-nal = { version = "0.6.0", path = "../" }
2121
embedded-io = { version = "0.3.0", default-features = false, features = ["async"] }

0 commit comments

Comments
 (0)