Skip to content

Commit

Permalink
chore(deps): bump MSRV to 1.79 (#8394)
Browse files Browse the repository at this point in the history
Bump MSRV to 1.79 in line with our policy to support last 6 minor versions.

We can now use `const {}` expressions which became stable in 1.79. https://releases.rs/docs/1.79.0/
  • Loading branch information
overlookmotel committed Jan 9, 2025
1 parent 772b71c commit fd35866
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.78" # Support last 6 minor versions.
rust-version = "1.79" # 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 fd35866

Please sign in to comment.