From c3884e212c36d2a9cf260b1d9ae37c92b91ea73d Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 25 May 2023 08:27:58 +0200 Subject: v2.0 release --- rtic-sync/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rtic-sync') diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index 440a6be..ccb6cab 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-sync" -version = "1.0.0-alpha.0" +version = "1.0.0" edition = "2021" authors = [ @@ -19,7 +19,7 @@ license = "MIT OR Apache-2.0" [dependencies] heapless = "0.7" critical-section = "1" -rtic-common = { version = "1.0.0-alpha.0", path = "../rtic-common" } +rtic-common = { version = "1.0.0", path = "../rtic-common" } [dev-dependencies] tokio = { version = "1", features = ["rt", "macros", "time"] } -- cgit v1.2.3