diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 22:57:29 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 23:01:24 +0100 |
| commit | 22197320ff5dcef6cdc692a4c556ea9eae270074 (patch) | |
| tree | dd6614d87bd2751c1ca3a131efc10c2e8826de58 /embassy-time/Cargo.toml | |
| parent | f0606da9adc8032cc92c06c0661b385742459fc8 (diff) | |
bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4.
Diffstat (limited to 'embassy-time/Cargo.toml')
| -rw-r--r-- | embassy-time/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index f27de8ab4..6b1c7cc58 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.2.0" | 3 | version = "0.3.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" |
| @@ -422,4 +422,4 @@ wasm-timer = { version = "0.2.5", optional = true } | |||
| 422 | [dev-dependencies] | 422 | [dev-dependencies] |
| 423 | serial_test = "0.9" | 423 | serial_test = "0.9" |
| 424 | critical-section = { version = "1.1", features = ["std"] } | 424 | critical-section = { version = "1.1", features = ["std"] } |
| 425 | embassy-executor = { version = "0.4.0", path = "../embassy-executor" } | 425 | embassy-executor = { version = "0.5.0", path = "../embassy-executor" } |
