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 d8f82e0 commit bc84e84Copy full SHA for bc84e84
embedded-nal-async/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+## [0.4.0] - 2023-01-27
11
+
12
- Add traits for UDP
13
14
## [0.3.0] - 2022-11-25
embedded-nal-async/Cargo.toml
@@ -1,10 +1,7 @@
1
[package]
2
name = "embedded-nal-async"
3
-version = "0.3.0"
4
-authors = [
5
- "Ulf Lilleengen <lulf@redhat.com>",
6
-]
-edition = "2018"
+version = "0.4.0"
+edition = "2021"
description = "An Async Network Abstraction Layer (NAL) for Embedded Systems"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded-community/embedded-nal"
0 commit comments