aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/Cargo.toml
diff options
context:
space:
mode:
authorFinomnis <Finomnis@users.noreply.github.com>2023-12-06 19:36:06 +0100
committerGitHub <noreply@github.com>2023-12-06 18:36:06 +0000
commitf377471e440d8be0b2f9e9c8877ed015f62dc19e (patch)
tree2f63c1c079bf95cd8468ba2de91cb01032966aab /rtic-time/Cargo.toml
parent89160b7cb9b3623e0a50f6745296d470fa7ea79d (diff)
Fix `nrf::rtc` errata workaround (#858)
* Deprecate `should_dequeue_check` * Fix errata by delaying the wakeup point * Add changelog * Fix changelog typos
Diffstat (limited to 'rtic-time/Cargo.toml')
-rw-r--r--rtic-time/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml
index 8d2851a..de23c0f 100644
--- a/rtic-time/Cargo.toml
+++ b/rtic-time/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtic-time"
-version = "1.1.0"
+version = "1.2.0"
edition = "2021"
authors = [