From 1d1daf9b85896289dbe5ab07c20fe0083842007d Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 1 Dec 2023 15:08:31 +0100 Subject: [PATCH] Changed version to 1.0 --- notiflut_ctl/Cargo.toml | 6 +++--- notiflut_daemon/Cargo.lock | 4 ++-- notiflut_daemon/native/hub/Cargo.toml | 4 ++-- notiflut_daemon/native/notification_server/Cargo.toml | 2 +- notiflut_daemon/pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/notiflut_ctl/Cargo.toml b/notiflut_ctl/Cargo.toml index c6d7c49..506d030 100644 --- a/notiflut_ctl/Cargo.toml +++ b/notiflut_ctl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notiflut_ctl" -version = "0.2.1" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,6 +10,6 @@ dbus = "0.9.7" dbus-crossroads = "0.5.2" thiserror = "1.0.40" anyhow = "1" -serde = {version = "1.0.188", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.105" -clap = {version = "4.2.1", features=["cargo", "derive"]} +clap = { version = "4.2.1", features = ["cargo", "derive"] } diff --git a/notiflut_daemon/Cargo.lock b/notiflut_daemon/Cargo.lock index 84b329b..d8ac525 100644 --- a/notiflut_daemon/Cargo.lock +++ b/notiflut_daemon/Cargo.lock @@ -1639,7 +1639,7 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "hub" -version = "0.5.0" +version = "1.0.0" dependencies = [ "notification_server", "prost", @@ -2210,7 +2210,7 @@ dependencies = [ [[package]] name = "notification_server" -version = "0.5.0" +version = "1.0.0" dependencies = [ "anyhow", "cacache", diff --git a/notiflut_daemon/native/hub/Cargo.toml b/notiflut_daemon/native/hub/Cargo.toml index 145a84b..0a08f38 100644 --- a/notiflut_daemon/native/hub/Cargo.toml +++ b/notiflut_daemon/native/hub/Cargo.toml @@ -1,7 +1,7 @@ [package] # Do not change the name of this crate. name = "hub" -version = "0.5.0" +version = "1.0.0" edition = "2021" [lib] @@ -19,4 +19,4 @@ prost = "0.12.1" prost-types = "0.12.1" notification_server = { path = "../notification_server" } tracing = "0.1.40" -tracing-subscriber = {version = "0.3.18", features = ["env-filter"]} +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } diff --git a/notiflut_daemon/native/notification_server/Cargo.toml b/notiflut_daemon/native/notification_server/Cargo.toml index b5b4f2b..5856aa8 100644 --- a/notiflut_daemon/native/notification_server/Cargo.toml +++ b/notiflut_daemon/native/notification_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notification_server" -version = "0.5.0" +version = "1.0.0" edition = "2021" [lib] diff --git a/notiflut_daemon/pubspec.yaml b/notiflut_daemon/pubspec.yaml index 14176c5..1165b9d 100644 --- a/notiflut_daemon/pubspec.yaml +++ b/notiflut_daemon/pubspec.yaml @@ -1,7 +1,7 @@ name: notiflut description: A new Flutter project. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 0.5.0+1 +version: 1.0.0 environment: sdk: '>=3.1.0 <4.0.0'