We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa7146 commit afdbe62Copy full SHA for afdbe62
embedded-nal-async/CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
## [Unreleased]
9
10
- Let `&T` for `T: Dns` implement `Dns`
11
+- Bumped to `embedded-nal` 0.7
12
13
## [0.4.0] - 2023-01-27
14
embedded-nal-async/Cargo.toml
@@ -17,5 +17,5 @@ ip_in_core = []
17
[dependencies]
18
no-std-net = "0.6"
19
heapless = "^0.7"
20
-embedded-nal = { version = "0.6.0", path = "../" }
+embedded-nal = { version = "0.7.0", path = "../" }
21
embedded-io = { version = "0.4.0", default-features = false, features = ["async"] }
0 commit comments