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
I'm using following dependency (because there is no stable version)
One crate is building well, but another one fails with the following error:
Maybe the cache? I can't undestand what is that as the edition is related to commit hash
UPD. same on the GitHub workflow