From 0dd2f3f40788b31ea2f246ff4eb30eabe344b0ca Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Fri, 17 Oct 2025 11:30:28 +0200 Subject: [PATCH] =?UTF-8?q?workspace/rust/msrv:=201.81=20=E2=86=92=201.85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In ed8b086045ee5d7bd1327f579de7861a1cf49e3b the dependency `backtrace` was introduced which requires Rust 1.82. This dependency should be kept, so this gives the new lower bound. As of 2025-10-17, Debian stable ("trixie") has reached 1.85, which is used as upper bound for the bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8020b595..5529cc6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ version = "0.9.0" # *per crate*. If anyone ever wants to set it to a different # value per crate, this is of course possible. We're waiting # for the day it makes a difference… -rust-version = "1.81.0" +rust-version = "1.85.0" [workspace.dependencies] amplify = { version = "4.0.0", default-features = false }