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

@ -10,12 +10,12 @@ edition = "2021"
[dependencies.rtic]
path = "../../rtic"
version = "=2.0.0-alpha.2"
version = "2.0.0"
features = ["thumbv6-backend"]
[dependencies.rtic-monotonics]
path = "../../rtic-monotonics"
version = "=1.0.0-alpha.2"
version = "1.0.0"
features = ["rp2040"]
[dependencies]