Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 3, 2025
1 parent b11b254 commit 437d905
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edge-net"
version = "0.9.1"
version = "0.9.2"
authors = ["Ivan Markov <[email protected]>"]
edition = "2021"
categories = ["embedded", "hardware-support", "network-programming", "asynchronous"]
Expand Down Expand Up @@ -120,7 +120,7 @@ edge-dhcp = { version = "0.4.0", path = "edge-dhcp", default-features = false }
edge-http = { version = "0.4.1", path = "edge-http", default-features = false }
edge-mdns = { version = "0.4.0", path = "edge-mdns", default-features = false }
edge-mqtt = { version = "0.4.0", path = "edge-mqtt", default-features = false }
edge-nal = { version = "0.4.1", path = "edge-nal", default-features = false }
edge-nal = { version = "0.4.2", path = "edge-nal", default-features = false }
edge-raw = { version = "0.4.0", path = "edge-raw", default-features = false }
edge-ws = { version = "0.4.0", path = "edge-ws", default-features = false }
edge-nal-std = { version = "0.4.0", path = "edge-nal-std", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion edge-nal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edge-nal"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
rust-version = "1.77"
description = "Hosts a bunch of traits which are not yet available in the embedded-nal-async crate"
Expand Down

0 comments on commit 437d905

Please sign in to comment.