We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi,
yudeMacBook-Air:reflow-by-net-reflow brite$ ls Cargo.lock README.md src Cargo.toml asocks5 test yudeMacBook-Air:reflow-by-net-reflow brite$ cargo build --release warning: unused manifest key: package.edition warning: unused manifest key: dependencies.futures01.package warning: unused manifest key: package.edition Updating registry https://github.com/rust-lang/crates.io-index error: no matching package named futures_01 found (required by futures-util-preview) location searched: registry https://github.com/rust-lang/crates.io-index version required: ^0.1.25 yudeMacBook-Air:reflow-by-net-reflow brite$
https://github.com/rust-lang/crates.io-index
futures_01
futures-util-preview
怎么解决?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hi,
yudeMacBook-Air:reflow-by-net-reflow brite$ ls
Cargo.lock README.md src
Cargo.toml asocks5 test
yudeMacBook-Air:reflow-by-net-reflow brite$ cargo build --release
warning: unused manifest key: package.edition
warning: unused manifest key: dependencies.futures01.package
warning: unused manifest key: package.edition
Updating registry
https://github.com/rust-lang/crates.io-index
error: no matching package named
futures_01
found (required byfutures-util-preview
)location searched: registry
https://github.com/rust-lang/crates.io-index
version required: ^0.1.25
yudeMacBook-Air:reflow-by-net-reflow brite$
怎么解决?
The text was updated successfully, but these errors were encountered: