aboutsummaryrefslogtreecommitdiff
path: root/rtic-sync/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-05-31 18:01:36 +0000
committerGitHub <noreply@github.com>2023-05-31 18:01:36 +0000
commit781ed8a9cdbb72ab639e73f52219b7d96fa6ec86 (patch)
tree48d08d2e0f2ed3b4cdd501e02c64535791ca40bd /rtic-sync/Cargo.toml
parent01fa3f2e72196250e5552b204d2197583c231075 (diff)
parent963c8e340bcea8339a0bfda02c44dfbedde42383 (diff)
Merge #756
756: v2.0 release r=datdenkikniet a=korken89 Co-authored-by: Emil Fresk <emil.fresk@gmail.com> Co-authored-by: datdenkikniet <jcdra1@gmail.com>
Diffstat (limited to 'rtic-sync/Cargo.toml')
-rw-r--r--rtic-sync/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml
index 440a6be..ccb6cab 100644
--- a/rtic-sync/Cargo.toml
+++ b/rtic-sync/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtic-sync"
-version = "1.0.0-alpha.0"
+version = "1.0.0"
edition = "2021"
authors = [
@@ -19,7 +19,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
heapless = "0.7"
critical-section = "1"
-rtic-common = { version = "1.0.0-alpha.0", path = "../rtic-common" }
+rtic-common = { version = "1.0.0", path = "../rtic-common" }
[dev-dependencies]
tokio = { version = "1", features = ["rt", "macros", "time"] }