diff options
| author | Ulf Lilleengen <[email protected]> | 2025-08-26 16:04:00 +0200 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2025-08-26 16:05:09 +0200 |
| commit | 83f2557eacd657070a84a9baf2da6e3aff03b2b7 (patch) | |
| tree | 13ce7dc5787f05b4f5e087e891738ac5120112e3 /embassy-time/Cargo.toml | |
| parent | b6a81d8bedeafa5166d0668c387ed65062777193 (diff) | |
chore: prepare embassy crate releases
Diffstat (limited to 'embassy-time/Cargo.toml')
| -rw-r--r-- | embassy-time/Cargo.toml | 9 |
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] |
| 2 | name = "embassy-time" | 2 | name = "embassy-time" |
| 3 | version = "0.4.0" | 3 | version = "0.5.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "Instant and Duration for embedded no-std systems, with async timer support" | 5 | description = "Instant and Duration for embedded no-std systems, with async timer support" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | 6 | repository = "https://github.com/embassy-rs/embassy" |
| @@ -17,7 +17,6 @@ categories = [ | |||
| 17 | [package.metadata.embassy] | 17 | [package.metadata.embassy] |
| 18 | build = [ | 18 | build = [ |
| 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] |
| 426 | embassy-time-driver = { version = "0.2", path = "../embassy-time-driver" } | 425 | embassy-time-driver = { version = "0.2.1", path = "../embassy-time-driver" } |
| 427 | embassy-time-queue-utils = { version = "0.2", path = "../embassy-time-queue-utils", optional = true} | 426 | embassy-time-queue-utils = { version = "0.3.0", path = "../embassy-time-queue-utils", optional = true} |
| 428 | 427 | ||
| 429 | defmt = { version = "1.0.1", optional = true } | 428 | defmt = { version = "1.0.1", optional = true } |
| 430 | log = { version = "0.4.14", optional = true } | 429 | log = { version = "0.4.14", optional = true } |
| @@ -447,4 +446,4 @@ wasm-timer = { version = "0.2.5", optional = true } | |||
| 447 | [dev-dependencies] | 446 | [dev-dependencies] |
| 448 | serial_test = "0.9" | 447 | serial_test = "0.9" |
| 449 | critical-section = { version = "1.1", features = ["std"] } | 448 | critical-section = { version = "1.1", features = ["std"] } |
| 450 | embassy-executor = { version = "0.8.0", path = "../embassy-executor" } | 449 | embassy-executor = { version = "0.9.0", path = "../embassy-executor" } |
