difftreelog
build use workspace version
in: trunk
6 files changed
Cargo.tomldiffbeforeafterboth--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,7 @@
[workspace]
members = ["cmds/*", "crates/*"]
resolver = "2"
+package.version = "0.1.0"
[workspace.dependencies]
bifrostlink = { path = "../bifrostlink/crates/bifrostlink" }
cmds/polkit-dbus-helper/Cargo.tomldiffbeforeafterboth--- a/cmds/polkit-dbus-helper/Cargo.toml
+++ b/cmds/polkit-dbus-helper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "polkit-backend"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
[dependencies]
cmds/remowt-agent/Cargo.tomldiffbeforeafterboth--- a/cmds/remowt-agent/Cargo.toml
+++ b/cmds/remowt-agent/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "remowt-agent"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
[dependencies]
cmds/remowt-ssh/Cargo.tomldiffbeforeafterboth1[package]2name = "remowt-ssh"3version = "0.1.0"4edition = "2021"56[dependencies]7clap = { version = "4.5.16", features = ["derive"] }8openssh = { version = "0.11.0", features = ["native-mux"] }9tracing-subscriber = "0.3.18"10bifrostlink.workspace = true11remowt-link-shared = { version = "0.1.0", path = "../../crates/remowt-link-shared" }12tokio = { version = "1.39.3", features = ["macros"] }13anyhow = "1.0.86"14bifrostlink-ports.workspace = true15uuid = { version = "1.10.0", features = ["v4"] }16tempdir = "0.3.7"17russh = { git = "https://github.com/Eugeny/russh/" }18russh-config = { git = "https://github.com/Eugeny/russh/" }19russh-keys = { git = "https://github.com/Eugeny/russh/" }20async-trait = "0.1.81"1[package]2name = "remowt-ssh"3version.workspace = true4edition = "2021"56[dependencies]7clap = { version = "4.5.16", features = ["derive"] }8openssh = { version = "0.11.0", features = ["native-mux"] }9tracing-subscriber = "0.3.18"10bifrostlink.workspace = true11remowt-link-shared = { version = "0.1.0", path = "../../crates/remowt-link-shared" }12tokio = { version = "1.39.3", features = ["macros"] }13anyhow = "1.0.86"14bifrostlink-ports.workspace = true15uuid = { version = "1.10.0", features = ["v4"] }16tempdir = "0.3.7"17russh = { git = "https://github.com/Eugeny/russh/" }18russh-config = { git = "https://github.com/Eugeny/russh/" }19russh-keys = { git = "https://github.com/Eugeny/russh/" }20async-trait = "0.1.81"crates/polkit-shared/Cargo.tomldiffbeforeafterboth--- a/crates/polkit-shared/Cargo.toml
+++ b/crates/polkit-shared/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "polkit-shared"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
[dependencies]
crates/ui-prompt/Cargo.tomldiffbeforeafterboth--- a/crates/ui-prompt/Cargo.toml
+++ b/crates/ui-prompt/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ui-prompt"
-version = "0.1.0"
+version.workspace = true
edition = "2021"
[dependencies]