diff options
| author | Jesse Braham <[email protected]> | 2023-08-28 08:00:18 -0700 |
|---|---|---|
| committer | Jesse Braham <[email protected]> | 2023-08-28 08:00:18 -0700 |
| commit | 1f63bf4153b6ba4a915c0df22041f09adaaca400 (patch) | |
| tree | 6141f963b60a3e081ee9cb650a3ab7ffe4f20003 /embassy-net-esp-hosted/Cargo.toml | |
| parent | 88146eb53e40ea2ab43c2db77f3f62c6d08c9b36 (diff) | |
Release embassy-time v0.1.3
Diffstat (limited to 'embassy-net-esp-hosted/Cargo.toml')
| -rw-r--r-- | embassy-net-esp-hosted/Cargo.toml | 4 |
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" | |||
| 7 | defmt = { version = "0.3", optional = true } | 7 | defmt = { version = "0.3", optional = true } |
| 8 | log = { version = "0.4.14", optional = true } | 8 | log = { version = "0.4.14", optional = true } |
| 9 | 9 | ||
| 10 | embassy-time = { version = "0.1.2", path = "../embassy-time" } | 10 | embassy-time = { version = "0.1.3", path = "../embassy-time" } |
| 11 | embassy-sync = { version = "0.2.0", path = "../embassy-sync"} | 11 | embassy-sync = { version = "0.2.0", path = "../embassy-sync"} |
| 12 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} | 12 | embassy-futures = { version = "0.1.0", path = "../embassy-futures"} |
| 13 | embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"} | 13 | embassy-net-driver-channel = { version = "0.1.0", path = "../embassy-net-driver-channel"} |
| @@ -23,4 +23,4 @@ heapless = "0.7.16" | |||
| 23 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-esp-hosted-v$VERSION/embassy-net-esp-hosted/src/" | 23 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-net-esp-hosted-v$VERSION/embassy-net-esp-hosted/src/" |
| 24 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-esp-hosted/src/" | 24 | src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/embassy-net-esp-hosted/src/" |
| 25 | target = "thumbv7em-none-eabi" | 25 | target = "thumbv7em-none-eabi" |
| 26 | features = ["defmt"] \ No newline at end of file | 26 | features = ["defmt"] |
