From 5c4488cb6f8b24dc6745dfd7f30d3166edfe490e Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Fri, 29 Nov 2024 14:13:07 +0000 Subject: [PATCH] chore: bump MSRV (#7545) #7537 bumped Rust version to 1.83.0. Our policy is to support last 6 minor versions, so bump MSRV accordingly to 1.78. --- 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." #