Skip to content

Commit

Permalink
Fix min ver packages list.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Nov 4, 2024
1 parent 4a9e600 commit aa3a9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
RUST_MIN_VER: "1.82"
# List of packages that will be checked with the minimum supported Rust version.
# This should be limited to packages that are intended for publishing.
RUST_MIN_VER_PKGS: "-p vello -p vello_encoding -p vello_shaders"
RUST_MIN_VER_PKGS: "-p piet -p piet-common -p piet-cairo -p piet-coregraphics -p piet-direct2d -p piet-svg -p piet-web"
# List of packages that can not target Wasm.
NO_WASM_PKGS: "--exclude piet-cairo --exclude piet-coregraphics --exclude piet-direct2d --exclude piet-svg"
# List of packages that can not target Windows.
Expand Down

0 comments on commit aa3a9d4

Please sign in to comment.