aboutsummaryrefslogtreecommitdiff
path: root/embassy-time/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-time/Cargo.toml')
-rw-r--r--embassy-time/Cargo.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml
index eff8e2975..6ebf0a468 100644
--- a/embassy-time/Cargo.toml
+++ b/embassy-time/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "embassy-time" 2name = "embassy-time"
3version = "0.4.0" 3version = "0.5.0"
4edition = "2021" 4edition = "2021"
5description = "Instant and Duration for embedded no-std systems, with async timer support" 5description = "Instant and Duration for embedded no-std systems, with async timer support"
6repository = "https://github.com/embassy-rs/embassy" 6repository = "https://github.com/embassy-rs/embassy"
@@ -17,7 +17,6 @@ categories = [
17[package.metadata.embassy] 17[package.metadata.embassy]
18build = [ 18build = [
19 {target = "thumbv6m-none-eabi", features = ["defmt", "defmt-timestamp-uptime", "mock-driver"]}, 19 {target = "thumbv6m-none-eabi", features = ["defmt", "defmt-timestamp-uptime", "mock-driver"]},
20 {features = ["defmt", "std"]},
21] 20]
22 21
23[package.metadata.embassy_docs] 22[package.metadata.embassy_docs]
@@ -423,8 +422,8 @@ tick-hz-5_242_880_000 = ["embassy-time-driver/tick-hz-5_242_880_000"]
423#! </details> 422#! </details>
424 423
425[dependencies] 424[dependencies]
426embassy-time-driver = { version = "0.2", path = "../embassy-time-driver" } 425embassy-time-driver = { version = "0.2.1", path = "../embassy-time-driver" }
427embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true} 426embassy-time-queue-utils = { version = "0.3.0", path = "../embassy-time-queue-utils", optional = true}
428 427
429defmt = { version = "1.0.1", optional = true } 428defmt = { version = "1.0.1", optional = true }
430log = { version = "0.4.14", optional = true } 429log = { version = "0.4.14", optional = true }
@@ -447,4 +446,4 @@ wasm-timer = { version = "0.2.5", optional = true }
447[dev-dependencies] 446[dev-dependencies]
448serial_test = "0.9" 447serial_test = "0.9"
449critical-section = { version = "1.1", features = ["std"] } 448critical-section = { version = "1.1", features = ["std"] }
450embassy-executor = { version = "0.8.0", path = "../embassy-executor" } 449embassy-executor = { version = "0.9.0", path = "../embassy-executor" }