chore: Fallback to jplatte/eyeball instead of Hywan/eyeball's fork.

This commit is contained in:
Ivan Enderlin
2025-02-04 16:00:17 +01:00
parent 2ea39877cc
commit 8a7658745d
3 changed files with 8 additions and 8 deletions

View File

@@ -64,6 +64,6 @@ allow-git = [
# We can release vodozemac whenever we need but let's not block development
# on releases.
"https://github.com/matrix-org/vodozemac",
# Waiting for features to land in `eyeball .
"https://github.com/Hywan/eyeball",
# Waiting for features to be released.
"https://github.com/jplatte/eyeball",
]

6
Cargo.lock generated
View File

@@ -1755,7 +1755,7 @@ dependencies = [
[[package]]
name = "eyeball"
version = "0.8.8"
source = "git+https://github.com/Hywan/eyeball?branch=feat-im-util-skip#23104aeb9acf128c5f7d3e8e73ddbca25e88d9f4"
source = "git+https://github.com/jplatte/eyeball?branch=main#b4ca8997db0ee3767bbc08a2aec788cac05c55ac"
dependencies = [
"futures-core",
"readlock",
@@ -1768,7 +1768,7 @@ dependencies = [
[[package]]
name = "eyeball-im"
version = "0.6.0"
source = "git+https://github.com/Hywan/eyeball?branch=feat-im-util-skip#23104aeb9acf128c5f7d3e8e73ddbca25e88d9f4"
source = "git+https://github.com/jplatte/eyeball?branch=main#b4ca8997db0ee3767bbc08a2aec788cac05c55ac"
dependencies = [
"futures-core",
"imbl",
@@ -1779,7 +1779,7 @@ dependencies = [
[[package]]
name = "eyeball-im-util"
version = "0.8.0"
source = "git+https://github.com/Hywan/eyeball?branch=feat-im-util-skip#23104aeb9acf128c5f7d3e8e73ddbca25e88d9f4"
source = "git+https://github.com/jplatte/eyeball?branch=main#b4ca8997db0ee3767bbc08a2aec788cac05c55ac"
dependencies = [
"arrayvec",
"eyeball-im",

View File

@@ -33,9 +33,9 @@ as_variant = "1.2.0"
base64 = "0.22.1"
byteorder = "1.5.0"
chrono = "0.4.39"
eyeball = { git = "https://github.com/Hywan/eyeball", branch = "feat-im-util-skip", features = ["tracing"] }
eyeball-im = { git = "https://github.com/Hywan/eyeball", branch = "feat-im-util-skip", features = ["tracing"] }
eyeball-im-util = { git = "https://github.com/Hywan/eyeball", branch = "feat-im-util-skip" }
eyeball = { git = "https://github.com/jplatte/eyeball", branch = "main", features = ["tracing"] }
eyeball-im = { git = "https://github.com/jplatte/eyeball", branch = "main", features = ["tracing"] }
eyeball-im-util = { git = "https://github.com/jplatte/eyeball", branch = "main" }
futures-core = "0.3.31"
futures-executor = "0.3.31"
futures-util = "0.3.31"