Skip to content

Commit

Permalink
Add missing required feature for oxidd-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
nhusung committed Apr 11, 2024
1 parent 2e4f215 commit 569a3a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/oxidd-rules-bdd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oxidd-core.workspace = true
oxidd-derive.workspace = true

# for implementing `DotStyle`
oxidd-dump = { workspace = true, features = ["dot"] }
oxidd-dump = { workspace = true, features = ["dddmp", "dot"] }

# bit vectors for memory efficient valuations
bitvec = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/oxidd-rules-mtbdd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oxidd-core.workspace = true
oxidd-derive.workspace = true

# For implementing `DotStyle`
oxidd-dump = { workspace = true, features = ["dot"] }
oxidd-dump = { workspace = true, features = ["dddmp", "dot"] }

# document feature flags
document-features = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/oxidd-rules-tdd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oxidd-core.workspace = true
oxidd-derive.workspace = true

# For implementing `DotStyle`
oxidd-dump = { workspace = true, features = ["dot"] }
oxidd-dump = { workspace = true, features = ["dddmp", "dot"] }

# document feature flags
document-features = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/oxidd-rules-zbdd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ oxidd-core.workspace = true
oxidd-derive.workspace = true

# for implementing `DotStyle`
oxidd-dump = { workspace = true, features = ["dot"] }
oxidd-dump = { workspace = true, features = ["dddmp", "dot"] }

# bit vectors for memory efficient valuations
bitvec = "1"
Expand Down

0 comments on commit 569a3a4

Please sign in to comment.