You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.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
The text was updated successfully, but these errors were encountered: