-
Notifications
You must be signed in to change notification settings - Fork 152
Can't build 9.0.0-beta.1 from repo #466
Copy link
Copy link
Closed
Description
I'm using following dependency (because there is no stable version)
librqbit = {version = "9.0.0-beta.1", features = ["disable-upload"] }
[patch.crates-io]
librqbit = { git = "https://github.com/ikatson/rqbit.git", rev="02dfb80b939a52abd0854339e2a8223a71563a68" }One crate is building well, but another one fails with the following error:
error[E0599]: no method named `reuse_port` found for struct `Socket` in the current scope
--> ~/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/librqbit-dualstack-sockets-0.6.10/src/socket.rs:157:39
|
157 | debug!(reuse_port=?socket.reuse_port());
| ^^^^^^^^^^ method not found in `Socket`
For more information about this error, try `rustc --explain E0599`.Maybe the cache? I can't undestand what is that as the edition is related to commit hash
UPD. same on the GitHub workflow
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels