Skip to content

Commit

Permalink
use github fork instead of path
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Sep 18, 2024
1 parent 798aca2 commit caaf6d4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" }

0 comments on commit caaf6d4

Please sign in to comment.