From 88f17cd2acd13bf63dfd63c67bda20f1f8d60c7c Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 6 May 2026 01:50:03 -0400 Subject: [PATCH] other: bump min version to 1.95.0 Will merge this after the next major release. This should give us a couple of neat new features to work with. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75e74d64..13272702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ exclude = [ ] edition = "2024" # The oldest version I've tested that should still build - note this is not an official MSRV! -rust-version = "1.85" +rust-version = "1.95.0" [lib] test = true