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

Update to MSRV 1.82 in preparation for color #745

Merged
merged 10 commits into from
Nov 27, 2024
2 changes: 2 additions & 0 deletions vello_encoding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#![allow(
unnameable_types,
clippy::shadow_unrelated,
// Only applies on WASM?
variant_size_differences,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is more likely that it is 32 bit targets, not just wasm, like I ran into in Peniko. But some 32 bit targets can't do AtomicU64, and so we don't support building on them all.

clippy::exhaustive_enums,
reason = "Deferred, only apply in some feature sets so not expect"
)]
Expand Down