From f92f9bc0093dfa5f9227c0c8bb14852a6394ab50 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Fri, 29 Nov 2024 13:46:28 +0000 Subject: [PATCH] chore: bump MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5e5727c4788a7..0994c42410f1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://oxc.rs" keywords = ["JavaScript", "TypeScript", "linter", "minifier", "parser"] license = "MIT" repository = "https://github.com/oxc-project/oxc" -rust-version = "1.76" # Support last 6 minor versions. +rust-version = "1.78" # Support last 6 minor versions. description = "A collection of JavaScript tools written in Rust." #