From 214ff1c06ee6441a0bd01de08bf5d4979dc79dd6 Mon Sep 17 00:00:00 2001 From: Demmie <2e3s19@gmail.com> Date: Tue, 11 Jun 2024 13:07:37 -0400 Subject: [PATCH] Adjust AW dependencies source --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- watchers/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff007f2..b9e34b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,7 +401,7 @@ dependencies = [ [[package]] name = "aw-client-rust" version = "0.1.0" -source = "git+https://github.com/2e3s/aw-server-rust?rev=83958b7#83958b741b1bf471bf572aab31ee5bea5ed2228b" +source = "git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877" dependencies = [ "aw-models", "chrono", @@ -415,7 +415,7 @@ dependencies = [ [[package]] name = "aw-datastore" version = "0.1.0" -source = "git+https://github.com/2e3s/aw-server-rust?rev=83958b7#83958b741b1bf471bf572aab31ee5bea5ed2228b" +source = "git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877" dependencies = [ "appdirs", "aw-models", @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "aw-models" version = "0.1.0" -source = "git+https://github.com/2e3s/aw-server-rust?rev=83958b7#83958b741b1bf471bf572aab31ee5bea5ed2228b" +source = "git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877" dependencies = [ "chrono", "log", @@ -443,7 +443,7 @@ dependencies = [ [[package]] name = "aw-query" version = "0.1.0" -source = "git+https://github.com/2e3s/aw-server-rust?rev=83958b7#83958b741b1bf471bf572aab31ee5bea5ed2228b" +source = "git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877" dependencies = [ "aw-datastore", "aw-models", @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "aw-server" version = "0.13.1" -source = "git+https://github.com/2e3s/aw-server-rust?rev=83958b7#83958b741b1bf471bf572aab31ee5bea5ed2228b" +source = "git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877" dependencies = [ "android_logger", "appdirs", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "aw-transform" version = "0.1.0" -source = "git+https://github.com/2e3s/aw-server-rust?rev=83958b7#83958b741b1bf471bf572aab31ee5bea5ed2228b" +source = "git+https://github.com/ActivityWatch/aw-server-rust?rev=bb787fd#bb787fdaa39a8b9683814686791a048b9f682877" dependencies = [ "aw-models", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0f27d50..b07bd91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } diff --git a/watchers/Cargo.toml b/watchers/Cargo.toml index ddddfd2..b7e5c81 100644 --- a/watchers/Cargo.toml +++ b/watchers/Cargo.toml @@ -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"] }