Skip to content
New issue

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

cargo-deny fails to compile after previously working #616

Closed
alice-i-cecile opened this issue Feb 26, 2024 · 1 comment
Closed

cargo-deny fails to compile after previously working #616

alice-i-cecile opened this issue Feb 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@alice-i-cecile
Copy link

Describe the bug

cargo-deny fails to compile in Github Actions. This started today, and is generally the sort of failure observed by a semver violation in a dependency.

the method context exists for fn item fn(&mut &[u8]) -> Result<SignatureRef<'>, ErrMode<>> {decode::<'_, _>}, but its trait bounds were not satisfied

To reproduce

Run cargo install cargo-deny.

cargo-deny version

0.14.13

What OS were you running cargo-deny on?

Linux

Additional context

Failed CI run: https://github.com/bevyengine/bevy/actions/runs/8041691846/job/21961284606

Upstream issue: GitoxideLabs/gitoxide#1309

@alice-i-cecile alice-i-cecile added the bug Something isn't working label Feb 26, 2024
@Jake-Shadle
Copy link
Member

The README uses cargo install --locked cargo-deny specifically to avoid these kind of issues as the lockfile is always guaranteed to compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants