Skip to content

Commit

Permalink
Trying to fix Rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Dec 3, 2024
1 parent 44c54ed commit 301232c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/librqbit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
uuid = { version = "1.2", features = ["v4"] }
futures = "0.3"
url = { version = "2", default-features = false }
idna = "=0.5.0" # we don't need this crate, but see https://github.com/servo/rust-url/issues/992. It's a dependency of reqwest that we can't turn off, but we need to force pin it to a lower version.

hex = "0.4"
backoff = "0.4.0"
dashmap = "6"
Expand Down

0 comments on commit 301232c

Please sign in to comment.