From be74cf97fc156e6818eafb7b0c2ce5de0ae4982f Mon Sep 17 00:00:00 2001 From: mnemonikr <138624285+mnemonikr@users.noreply.github.com> Date: Wed, 10 Dec 2025 18:49:11 -0800 Subject: [PATCH] Bump MSRV to 1.88 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f7e7e0..feb50ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["mnemonikr"] edition = "2024" license = "Apache-2.0" repository = "https://github.com/mnemonikr/symbolic-pcode" -rust-version = "1.87" +rust-version = "1.88" [workspace.dependencies] thiserror = "2.0"