Skip to content

Commit

Permalink
chore: bump MSRV (#7545)
Browse files Browse the repository at this point in the history
#7537 bumped Rust version to 1.83.0. Our policy is to support last 6
minor versions, so bump MSRV accordingly to 1.78.
  • Loading branch information
overlookmotel authored Nov 29, 2024
1 parent b24beeb commit 5c4488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5c4488c

Please sign in to comment.