v2.0 release

This commit is contained in:
Emil Fresk 2023-05-25 08:27:58 +02:00
parent 1e4977152a
commit c3884e212c
8 changed files with 21 additions and 21 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "rtic-time"
version = "1.0.0-alpha.1"
version = "1.0.0"
edition = "2021"
authors = [
@ -19,7 +19,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
critical-section = "1"
futures-util = { version = "0.3.25", default-features = false }
rtic-common = { version = "1.0.0-alpha.0", path = "../rtic-common" }
rtic-common = { version = "1.0.0", path = "../rtic-common" }
[dev-dependencies]
parking_lot = "0.12"