From b68f21d91b9aa3bb1920c42de8079ec0d65c0b73 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Wed, 12 Mar 2025 14:38:45 +0100 Subject: [PATCH] Increase MSRV to enable more recent language constructs like Option::is_none_or which make the code easier to write (and understand). This should be in line with our general practice of keeping close to the most recent Rust version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fbd40b..c8ae07f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ license = "Apache-2.0" name = "up-rust" readme = "README.md" repository = "https://github.com/eclipse-uprotocol/up-rust" -rust-version = "1.76" +rust-version = "1.82" version = "0.5.0" [features]