Skip to content

Commit 8a76587

Browse files
committed
chore: Fallback to jplatte/eyeball instead of Hywan/eyeball's fork.
1 parent 2ea3987 commit 8a76587

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ allow-git = [
6464
# We can release vodozemac whenever we need but let's not block development
6565
# on releases.
6666
"https://github.com/matrix-org/vodozemac",
67-
# Waiting for features to land in `eyeball .
68-
"https://github.com/Hywan/eyeball",
67+
# Waiting for features to be released.
68+
"https://github.com/jplatte/eyeball",
6969
]

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ as_variant = "1.2.0"
3333
base64 = "0.22.1"
3434
byteorder = "1.5.0"
3535
chrono = "0.4.39"
36-
eyeball = { git = "https://github.com/Hywan/eyeball", branch = "feat-im-util-skip", features = ["tracing"] }
37-
eyeball-im = { git = "https://github.com/Hywan/eyeball", branch = "feat-im-util-skip", features = ["tracing"] }
38-
eyeball-im-util = { git = "https://github.com/Hywan/eyeball", branch = "feat-im-util-skip" }
36+
eyeball = { git = "https://github.com/jplatte/eyeball", branch = "main", features = ["tracing"] }
37+
eyeball-im = { git = "https://github.com/jplatte/eyeball", branch = "main", features = ["tracing"] }
38+
eyeball-im-util = { git = "https://github.com/jplatte/eyeball", branch = "main" }
3939
futures-core = "0.3.31"
4040
futures-executor = "0.3.31"
4141
futures-util = "0.3.31"

0 commit comments

Comments
 (0)