From 9bcd261dd9d85cb939a3f82f4dbca578a5adaf72 Mon Sep 17 00:00:00 2001 From: wiiznokes <78230769+wiiznokes@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:51:02 +0200 Subject: [PATCH] use github fork instead of path --- Cargo.lock | 10 ++++++---- Cargo.toml | 10 +++++++--- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efaed6c..5d5e6d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3905,6 +3905,7 @@ checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" [[package]] name = "pop-launcher" version = "1.2.3" +source = "git+https://github.com/wiiznokes/launcher/?rev=86a54d54a68b832d404ef83a03af84cf9ef3e694#86a54d54a68b832d404ef83a03af84cf9ef3e694" dependencies = [ "const_format", "dirs 5.0.1", @@ -3919,6 +3920,7 @@ dependencies = [ [[package]] name = "pop-launcher-service" version = "1.2.3" +source = "git+https://github.com/wiiznokes/launcher/?rev=86a54d54a68b832d404ef83a03af84cf9ef3e694#86a54d54a68b832d404ef83a03af84cf9ef3e694" dependencies = [ "anyhow", "async-oneshot", @@ -4535,9 +4537,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.2" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "079f3a42cd87588d924ed95b533f8d30a483388c4e400ab736a7058e34f16169" +checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" dependencies = [ "base64 0.22.1", "chrono", @@ -4553,9 +4555,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.2" +version = "3.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc03aad67c1d26b7de277d51c86892e7d9a0110a2fe44bf6b26cc569fba302d6" +checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e8f703e..2f5343d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,11 @@ libcosmic = { git = "https://github.com/pop-os/libcosmic/", features = [ "xdg-portal", ] } tracing = "0.1" -tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "fmt", "env-filter"] } +tracing-subscriber = { version = "0.3.18", default-features = false, features = [ + "std", + "fmt", + "env-filter", +] } tracing-journald = "0.3.0" nix = { version = "0.27.1", features = ["process"] } once_cell = "1.17" @@ -47,5 +51,5 @@ unicode-truncate = "1.0.0" unicode-width = "0.1.11" [patch."https://github.com/pop-os/launcher/"] -pop-launcher = { path = "../launcher" } -pop-launcher-service = { path = "../launcher/service" } +pop-launcher = { git = "https://github.com/wiiznokes/launcher/", rev = "86a54d54a68b832d404ef83a03af84cf9ef3e694" } +pop-launcher-service = { git = "https://github.com/wiiznokes/launcher/", rev = "86a54d54a68b832d404ef83a03af84cf9ef3e694" }