From bf47f537940c26d9571fc2f8761d1e9edbbc7acc Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sat, 11 Jul 2026 21:22:29 +0200 Subject: [PATCH] require 1.86 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad752f5..9fb9726 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" description = "Rust parser for valve vmt files." license = "MIT" repository = "https://codeberg.org/icewind/vmt-parser" -rust-version = "1.85.0" +rust-version = "1.86.0" [dependencies] thiserror = "2.0.18"