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