mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
Properly test -Zminimal-versions
(#2429)
* Properly test `-Zminimal-versions` * Fix minimal version requirement
This commit is contained in:
parent
061d499ddb
commit
24afaa5cfd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
tool: cargo-hack
|
||||
|
||||
# -Z avoid-dev-deps doesn't work
|
||||
- run: cargo +nightly hack generate-lockfile --remove-dev-deps -Z minimal-versions --offline
|
||||
- run: cargo +nightly hack generate-lockfile --remove-dev-deps -Z minimal-versions
|
||||
|
||||
- name: Test all features
|
||||
run: cargo +$MSRV clippy --all-features --workspace -- -D warnings
|
||||
|
@ -44,8 +44,8 @@ name = "criterion"
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
arbitrary = { version = "1.0.2", features = ["derive"], optional = true }
|
||||
bitflags = "2"
|
||||
arbitrary = { version = "1.3", features = ["derive"], optional = true }
|
||||
bitflags = "2.2"
|
||||
bit-set = "0.5"
|
||||
termcolor = { version = "1.0.4", optional = true }
|
||||
# remove termcolor dep when updating to the next version of codespan-reporting
|
||||
|
Loading…
Reference in New Issue
Block a user