aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-esp-hosted/Cargo.toml
diff options
context:
space:
mode:
authorJesse Braham <[email protected]>2023-08-28 08:00:18 -0700
committerJesse Braham <[email protected]>2023-08-28 08:00:18 -0700
commit1f63bf4153b6ba4a915c0df22041f09adaaca400 (patch)
tree6141f963b60a3e081ee9cb650a3ab7ffe4f20003 /embassy-net-esp-hosted/Cargo.toml
parent88146eb53e40ea2ab43c2db77f3f62c6d08c9b36 (diff)
Release embassy-time v0.1.3
Diffstat (limited to 'embassy-net-esp-hosted/Cargo.toml')
-rw-r--r--embassy-net-esp-hosted/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-net-esp-hosted/Cargo.toml b/embassy-net-esp-hosted/Cargo.toml
index d334cf3fe..67c869364 100644
--- a/embassy-net-esp-hosted/Cargo.toml
+++ b/embassy-net-esp-hosted/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
7defmt = { version = "0.3", optional = true } 7defmt = { version = "0.3", optional = true }
8log = { version = "0.4.14", optional = true } 8log = { version = "0.4.14", optional = true }
9 9
10embassy-time = { version = "0.1.2", path = "../embassy-time" } 10embassy-time = { version = "0.1.3", path = "../embassy-time" }
11embassy-sync = { version = "0.2.0", path = "../embassy-sync"} 11embassy-sync = { version = "0.2.0", path = "../embassy-sync"}
12embassy-futures = { version = "0.1.0", path = "../embassy-futures"} 12embassy-futures = { version = "0.1.0", path = "../embassy-futures"}
13embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"} 13embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"}
@@ -23,4 +23,4 @@ heapless = "0.7.16"
23src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-esp-hosted-v$VERSION/embassy-net-esp-hosted/src/" 23src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-esp-hosted-v$VERSION/embassy-net-esp-hosted/src/"
24src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-esp-hosted/src/" 24src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-esp-hosted/src/"
25target = "thumbv7em-none-eabi" 25target = "thumbv7em-none-eabi"
26features = ["defmt"] \ No newline at end of file 26features = ["defmt"]