diff options
| author | Scott Mabin <[email protected]> | 2023-12-04 12:56:57 +0000 |
|---|---|---|
| committer | Scott Mabin <[email protected]> | 2023-12-04 13:10:41 +0000 |
| commit | c7d6ea3c78eec11473c7d34d181ff1d71056184d (patch) | |
| tree | 679d1d454e2bfbc42b005605fd4a972416163806 /embassy-time/Cargo.toml | |
| parent | a6f4538219fdeebbb320bd860478010e333b5c45 (diff) | |
embassy-time 0.2
Diffstat (limited to 'embassy-time/Cargo.toml')
| -rw-r--r-- | embassy-time/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 5cbb44b33..7358b064b 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.1.5" | 3 | version = "0.2.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" |
