Skip to content

Commit

Permalink
Adjust AW dependencies source
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Jun 11, 2024
1 parent a76f6e3 commit 214ff1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ anyhow = { workspace = true }
tokio = { workspace = true, features = ["rt", "macros", "signal"] }

ksni = {version = "0.2.2", optional = true}
aw-server = { git = "https://github.com/2e3s/aw-server-rust", optional = true, rev = "83958b7" }
aw-datastore = { git = "https://github.com/2e3s/aw-server-rust", optional = true, rev = "83958b7" }
aw-server = { git = "https://github.com/ActivityWatch/aw-server-rust", optional = true, rev = "bb787fd" }
aw-datastore = { git = "https://github.com/ActivityWatch/aw-server-rust", optional = true, rev = "bb787fd" }
open = { version = "5.1.3", optional = true }
serde = { workspace = true, optional = true }

Expand Down
2 changes: 1 addition & 1 deletion watchers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rstest = "0.21.0"
tempfile = "3.10.1"

[dependencies]
aw-client-rust = { git = "https://github.com/2e3s/aw-server-rust", rev = "83958b7" }
aw-client-rust = { git = "https://github.com/ActivityWatch/aw-server-rust", rev = "bb787fd" }
wayland-client = "0.31.1"
wayland-protocols = { version = "0.31.2", features = ["staging", "client" ]}
wayland-protocols-plasma = { version = "0.2.0", features = ["client"] }
Expand Down

0 comments on commit 214ff1c

Please sign in to comment.