From 66780d8a7b8e56627b31016ab43f83c631a16664 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Sat, 8 Apr 2023 21:37:23 +0200 Subject: Fix if a enqueued instant is first in a non-empty queue --- rtic-monotonics/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtic-monotonics/Cargo.toml') 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" -- cgit v1.2.3