mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 05:30:33 -04:00
chore: Fallback to jplatte/eyeball instead of Hywan/eyeball's fork.
This commit is contained in:
@@ -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
6
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user