aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-wiznet
diff options
context:
space:
mode:
authorScott Mabin <[email protected]>2023-12-04 13:03:30 +0000
committerScott Mabin <[email protected]>2023-12-04 13:15:10 +0000
commit334900752ab0462a78ac4f327c7141418d24ca1d (patch)
tree6cbac9f68d1f40808b476136c02363e6fad47e63 /embassy-net-wiznet
parentc7d6ea3c78eec11473c7d34d181ff1d71056184d (diff)
update release version in examples and other crates
Diffstat (limited to 'embassy-net-wiznet')
-rw-r--r--embassy-net-wiznet/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-net-wiznet/Cargo.toml b/embassy-net-wiznet/Cargo.toml
index 187f3e299..9c103ebb1 100644
--- a/embassy-net-wiznet/Cargo.toml
+++ b/embassy-net-wiznet/Cargo.toml
@@ -11,7 +11,7 @@ edition = "2021"
11embedded-hal = { version = "1.0.0-rc.2" } 11embedded-hal = { version = "1.0.0-rc.2" }
12embedded-hal-async = { version = "=1.0.0-rc.2" } 12embedded-hal-async = { version = "=1.0.0-rc.2" }
13embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel" } 13embassy-net-driver-channel = { version = "0.2.0", path = "../embassy-net-driver-channel" }
14embassy-time = { version = "0.1.5", path = "../embassy-time" } 14embassy-time = { version = "0.2", path = "../embassy-time" }
15embassy-futures = { version = "0.1.0", path = "../embassy-futures" } 15embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
16defmt = { version = "0.3", optional = true } 16defmt = { version = "0.3", optional = true }
17 17