From 6d021fdfae5ef6cd34899e376faab6e2239b691f Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Thu, 25 Apr 2024 22:55:37 +0700 Subject: [PATCH] masonry: Update MSRV to 1.75 from 1.65 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. --- crates/masonry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/masonry/Cargo.toml b/crates/masonry/Cargo.toml index d4e2675da..fac1a56e1 100644 --- a/crates/masonry/Cargo.toml +++ b/crates/masonry/Cargo.toml @@ -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."*"]