From ed91767663104eb6fe4f8c8ab031452cf9663918 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Wed, 20 Aug 2025 12:48:05 +0300 Subject: [PATCH] build(rust)!: bump MSRV to 1.84.0 Required by wasmtime --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3813a5c..799da666 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ authors = [ "Amaan Qureshi ", ] edition = "2021" -rust-version = "1.82" +rust-version = "1.84" homepage = "https://tree-sitter.github.io/tree-sitter" repository = "https://github.com/tree-sitter/tree-sitter" license = "MIT"