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
试过上个issue的解决方法 无效。
The text was updated successfully, but these errors were encountered:
在windows上需要手动修改advisory-db 的路径,将~/.cargo 替换成 /Users/xxx/.cargo
Sorry, something went wrong.
mac 系统相同的问题 , 已解决
rm -rf deny.toml
cargo deny init
git-fetch-with-cli = true
[licenses]
unlicensed = "allow" allow = [ "MIT", "Apache-2.0", "Unicode-DFS-2016", "MPL-2.0", "BSD-2-Clause", "BSD-3-Clause", "ISC", "CC0-1.0", ]
cargo deny check
git commit -a
mac系统我的解决方法:
rm -rf ~/.cargo/advisory-db cargo deny check advisories
rm -rf ~/.cargo/advisory-db
cargo deny check advisories
然后就可以了
No branches or pull requests
试过上个issue的解决方法 无效。
The text was updated successfully, but these errors were encountered: