Skip to content

Commit

Permalink
feat(oxc): raise MSRV to v1.76.0 (Minimum Supported Rust Version)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 6, 2024
1 parent fad0a05 commit bb9d9d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://oxc.rs"
keywords = ["JavaScript", "TypeScript", "linter", "minifier", "parser"]
license = "MIT"
repository = "https://github.com/oxc-project/oxc"
rust-version = "1.74"
rust-version = "1.76" # Support last 6 minor versions.

# <https://doc.rust-lang.org/rustc/lints/listing/allowed-by-default.html>
[workspace.lints.rust]
Expand Down Expand Up @@ -64,6 +64,7 @@ too_many_lines = "allow"
must_use_candidate = "allow"
# used_underscore_binding= "allow"
doc_markdown = "allow"
ref_as_ptr = "allow" # FIXME or give a reason
# nursery
# `const` functions do not make sense for our project because this is not a `const` library.
# This rule also confuses newcomers and forces them to add `const` blindlessly without any reason.
Expand Down

0 comments on commit bb9d9d1

Please sign in to comment.