Skip to content

Commit

Permalink
masonry: Update MSRV to 1.75 from 1.65
Browse files Browse the repository at this point in the history
The code currently uses some API that is not available in Rust 1.65:

* `is_ok_and` from 1.70
* `next_multiple_of` from 1.73

Vello requires 1.75.
  • Loading branch information
waywardmonkeys committed Apr 25, 2024
1 parent 69ac080 commit 6d021fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/masonry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
name = "masonry"
readme = "README.md"
repository = "https://github.com/PoignardAzur/masonry-rs"
rust-version = "1.65"
rust-version = "1.75"
version = "0.1.3"

[profile.dev.package."*"]
Expand Down

0 comments on commit 6d021fd

Please sign in to comment.