From 4ca2b6e5e73f4d381a4662d10e54316d3ae69aeb Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Sat, 11 Nov 2023 12:44:41 -0500 Subject: improved time accuracy with pausable_clock --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 69a063a..7170ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "pomd" -version = "0.1.0" +version = "1.1.0" edition = "2021" [dependencies] notify-rust = "4" zbus = "3.14.1" async-std = { version = "1.12.0", features = ["attributes"] } +pausable_clock = "1.0.1" -- cgit v1.2.3