mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 13:48:55 +00:00
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:
parent
b24beeb0f5
commit
5c4488cb6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue