Skip to content

Commit

Permalink
Updating embedded-nal-async deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers authored and eldruin committed Jun 22, 2023
1 parent 0fa7146 commit afdbe62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions embedded-nal-async/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

- Let `&T` for `T: Dns` implement `Dns`
- Bumped to `embedded-nal` 0.7

## [0.4.0] - 2023-01-27

Expand Down
2 changes: 1 addition & 1 deletion embedded-nal-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ ip_in_core = []
[dependencies]
no-std-net = "0.6"
heapless = "^0.7"
embedded-nal = { version = "0.6.0", path = "../" }
embedded-nal = { version = "0.7.0", path = "../" }
embedded-io = { version = "0.4.0", default-features = false, features = ["async"] }

0 comments on commit afdbe62

Please sign in to comment.