diff --git a/.github/workflows/standard.yml b/.github/workflows/standard.yml index 772ca4c..0a59dce 100644 --- a/.github/workflows/standard.yml +++ b/.github/workflows/standard.yml @@ -44,7 +44,7 @@ jobs: - uses: actions-rs/cargo@v1.0.3 with: command: test - args: --all-features + args: --all-features --all-targets - uses: actions-rs/cargo@v1.0.3 with: diff --git a/Cargo.toml b/Cargo.toml index 2c87218..16532d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serialize = ["serde", "serde_derive"] cli = ["display", "clap"] [dependencies] -bitflags = { version = "2.0", features = ["serde"] } +bitflags = { version = "2.0" } serde = { version = "1.0", default-features = false, optional = true } serde_derive = { version = "1.0", optional = true } serde_json = { version = "1.0", optional = true }