Skip to content

Commit

Permalink
refactor(naga): use same Firefox commentary for rust-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Aug 12, 2024
1 parent e7fb872 commit 59ea265
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion naga/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ keywords = ["shader", "SPIR-V", "GLSL", "MSL"]
license = "MIT OR Apache-2.0"
exclude = ["bin/**/*", "tests/**/*", "Cargo.lock", "target/**/*"]
resolver = "2"
rust-version = "1.76"
autotests = false

# Override the workspace's `rust-version` key. Firefox uses `cargo vendor` to
# copy the crates it actually uses out of the workspace, so it's meaningful for
# them to have less restrictive MSRVs individually than the workspace as a
# whole, if their code permits. See `../README.md` for details.
rust-version = "1.76"

[[test]]
name = "naga-test"
path = "tests/root.rs"
Expand Down

0 comments on commit 59ea265

Please sign in to comment.