diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-05-25 08:27:58 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-05-25 08:27:58 +0200 |
| commit | c3884e212c36d2a9cf260b1d9ae37c92b91ea73d (patch) | |
| tree | 85fd9265e25c818bc27025178b684e53e5c7995a /rtic-monotonics/Cargo.toml | |
| parent | 1e4977152a98e6f87cb75c611bdb9217cd59feb2 (diff) | |
v2.0 release
Diffstat (limited to 'rtic-monotonics/Cargo.toml')
| -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" |
