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.
This commit is contained in:
overlookmotel 2024-11-29 14:13:07 +00:00 committed by GitHub
parent b24beeb0f5
commit 5c4488cb6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."
# <https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html>