From 75dda382a9c8b4ac8c7975216e50f1096b2c9eb9 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Fri, 13 Feb 2026 09:00:29 +0100 Subject: [PATCH] Adapt MSRV The recently updated dependency on the time crate requires Rust 1.88. This commit updates the MSRV to reflect this change. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39f3ed9..888929c 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.82" +rust-version = "1.88" version = "0.10.0-SNAPSHOT" [features]