mirror of
https://github.com/uuid-rs/uuid.git
synced 2025-09-29 22:10:50 +00:00
Added Bytemuck to .github/workflows/ci.yml::env::DEP_FEATURES
This commit is contained in:
parent
3833d095c1
commit
bcf2b58997
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -2,7 +2,7 @@ name: Continuous integration
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
VERSION_FEATURES: "v1 v3 v4 v5 v6 v7 v8"
|
VERSION_FEATURES: "v1 v3 v4 v5 v6 v7 v8"
|
||||||
DEP_FEATURES: "slog serde arbitrary borsh zerocopy"
|
DEP_FEATURES: "slog serde arbitrary borsh zerocopy bytemuck"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user