Skip to content

Commit

Permalink
No longer require serde on bitflags.
Browse files Browse the repository at this point in the history
  • Loading branch information
gz committed Apr 17, 2023
1 parent 6399c47 commit 85abf05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/standard.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit 85abf05

Please sign in to comment.