diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-05-25 08:27:58 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-05-25 08:27:58 +0200 |
| commit | c3884e212c36d2a9cf260b1d9ae37c92b91ea73d (patch) | |
| tree | 85fd9265e25c818bc27025178b684e53e5c7995a /rtic-time/Cargo.toml | |
| parent | 1e4977152a98e6f87cb75c611bdb9217cd59feb2 (diff) | |
v2.0 release
Diffstat (limited to 'rtic-time/Cargo.toml')
| -rw-r--r-- | rtic-time/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index b0746c1..ef7635e 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -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" |
