aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-09 14:48:26 +0000
committerGitHub <noreply@github.com>2023-04-09 14:48:26 +0000
commit2fb09d4a6da82a73572da7c7db132989b0dd4a49 (patch)
tree64d343d1acb22cb765ccc8ded0454a2d8f3e4b9d /rtic-monotonics
parentd9f2980c388dc542f6c10d7de7879854067e4ba4 (diff)
parent66780d8a7b8e56627b31016ab43f83c631a16664 (diff)
Merge #727
727: Fix if a enqueued instant is first in a non-empty queue r=perlindgren a=korken89 Fixes #715 Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
Diffstat (limited to 'rtic-monotonics')
-rw-r--r--rtic-monotonics/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 728e171..b9145a2 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtic-monotonics"
-version = "1.0.0-alpha.0"
+version = "1.0.0-alpha.1"
edition = "2021"
authors = [
@@ -17,7 +17,7 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-rtic-time = { version = "1.0.0-alpha.0", path = "../rtic-time" }
+rtic-time = { version = "1.0.0-alpha.1", path = "../rtic-time" }
embedded-hal-async = { version = "0.2.0-alpha.0", optional = true }
fugit = { version = "0.3.6" }
atomic-polyfill = "1"