Skip to content

Commit

Permalink
Bump oxidd-parser and oxidd-cli versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nhusung committed Feb 4, 2025
1 parent 7837141 commit 74910ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ oxidd-derive = { version = "0.9", path = "crates/oxidd-derive", default-features
oxidd-dump = { version = "0.4", path = "crates/oxidd-dump", default-features = false }
oxidd-manager-index = { version = "0.9", path = "crates/oxidd-manager-index", default-features = false }
oxidd-manager-pointer = { version = "0.4", path = "crates/oxidd-manager-pointer", default-features = false }
oxidd-parser = { version = "0.3", path = "crates/oxidd-parser", default-features = false }
oxidd-parser = { version = "0.4", path = "crates/oxidd-parser", default-features = false }
oxidd-reorder = { version = "0.4", path = "crates/oxidd-reorder", default-features = false }
oxidd-rules-bdd = { version = "0.9", path = "crates/oxidd-rules-bdd", default-features = false }
oxidd-rules-mtbdd = { version = "0.4", path = "crates/oxidd-rules-mtbdd", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/oxidd-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxidd-cli"
version = "0.2.5"
version = "0.3.0"
edition = "2021"
description = "Command line interface for OxiDD"
readme = "../../README.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/oxidd-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxidd-parser"
version = "0.3.2"
version = "0.4.0"
edition = "2021"
description = "Parsers for logic file formats"
readme = "../../README.md"
Expand Down

0 comments on commit 74910ca

Please sign in to comment.