aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/Cargo.toml
diff options
context:
space:
mode:
authorScott Mabin <[email protected]>2024-01-04 15:45:42 +0000
committerScott Mabin <[email protected]>2024-01-04 16:06:59 +0000
commitf85898771bc1cda13131de785647732580d1a179 (patch)
tree1538a52804350788452a2a0185e4a674101211dc /embassy-net/Cargo.toml
parent87ac51d6562e10990deda077a13acd0ca05a0221 (diff)
New embassy-net release
Diffstat (limited to 'embassy-net/Cargo.toml')
-rw-r--r--embassy-net/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net/Cargo.toml b/embassy-net/Cargo.toml
index 612a3d689..67f0bd028 100644
--- a/embassy-net/Cargo.toml
+++ b/embassy-net/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-net" 2name = "embassy-net"
3version = "0.2.1" 3version = "0.3.0"
4edition = "2021" 4edition = "2021"
5license = "MIT OR Apache-2.0" 5license = "MIT OR Apache-2.0"
6description = "Async TCP/IP network stack for embedded systems" 6description = "Async TCP/IP network stack for embedded systems"