Skip to content

Commit

Permalink
chore: Fallback to jplatte/eyeball instead of Hywan/eyeball's fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 4, 2025
1 parent 2ea3987 commit 8a76587
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8a76587

Please sign in to comment.