Skip to content

Commit afdbe62

Browse files
ryan-summerseldruin
authored andcommitted
Updating embedded-nal-async deps
1 parent 0fa7146 commit afdbe62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

embedded-nal-async/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/).
88
## [Unreleased]
99

1010
- Let `&T` for `T: Dns` implement `Dns`
11+
- Bumped to `embedded-nal` 0.7
1112

1213
## [0.4.0] - 2023-01-27
1314

embedded-nal-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ ip_in_core = []
1717
[dependencies]
1818
no-std-net = "0.6"
1919
heapless = "^0.7"
20-
embedded-nal = { version = "0.6.0", path = "../" }
20+
embedded-nal = { version = "0.7.0", path = "../" }
2121
embedded-io = { version = "0.4.0", default-features = false, features = ["async"] }

0 commit comments

Comments
 (0)