Adjust AW dependencies source

This commit is contained in:
Demmie 2024-06-11 13:07:37 -04:00
parent a76f6e3e5b
commit 214ff1c06e
No known key found for this signature in database
GPG Key ID: B06DAA3D432C6E9A
3 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View File

@ -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",

View File

@ -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 }

View File

@ -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"] }