diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-05-31 18:01:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-31 18:01:36 +0000 |
| commit | 781ed8a9cdbb72ab639e73f52219b7d96fa6ec86 (patch) | |
| tree | 48d08d2e0f2ed3b4cdd501e02c64535791ca40bd /rtic-monotonics | |
| parent | 01fa3f2e72196250e5552b204d2197583c231075 (diff) | |
| parent | 963c8e340bcea8339a0bfda02c44dfbedde42383 (diff) | |
Merge #756
756: v2.0 release r=datdenkikniet a=korken89
Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Co-authored-by: datdenkikniet <jcdra1@gmail.com>
Diffstat (limited to 'rtic-monotonics')
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 50785e9..88fd208 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "rtic-monotonics" -version = "1.0.0-alpha.2" +version = "1.0.0" edition = "2021" authors = [ - "The Real-Time Interrupt-driven Concurrency developers", - "Emil Fresk <emil.fresk@gmail.com>", - "Henrik Tjäder <henrik@tjaders.com>", - "Jorge Aparicio <jorge@japaric.io>", - "Per Lindgren <per.lindgren@ltu.se>", + "The Real-Time Interrupt-driven Concurrency developers", + "Emil Fresk <emil.fresk@gmail.com>", + "Henrik Tjäder <henrik@tjaders.com>", + "Jorge Aparicio <jorge@japaric.io>", + "Per Lindgren <per.lindgren@ltu.se>", ] categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "A library that provides implementations of the Monotonic trait from rtic-time" @@ -19,7 +19,7 @@ features = ["cortex-m-systick", "rp2040", "nrf52840"] rustdoc-flags = ["--cfg", "docsrs"] [dependencies] -rtic-time = { version = "1.0.0-alpha.1", path = "../rtic-time" } +rtic-time = { version = "1.0.0", path = "../rtic-time" } embedded-hal-async = { version = "0.2.0-alpha.1", optional = true } fugit = { version = "0.3.6" } atomic-polyfill = "1" |
