mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 05:45:19 +01:00
v2.0 release
This commit is contained in:
parent
1e4977152a
commit
c3884e212c
8 changed files with 21 additions and 21 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue