workspace/rust/msrv: 1.81 → 1.85

In ed8b086045 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.
This commit is contained in:
Lorenz Leutgeb 2025-10-17 11:30:28 +02:00
parent 407abc6a2c
commit 0dd2f3f407
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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 }