Skip to content

Commit

Permalink
update uniplate to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally committed Feb 5, 2025
1 parent ca82d66 commit e31a127
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 conjure_oxide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ conjure_core = { path = "../crates/conjure_core" }
minion_rs = { path = "../solvers/minion" }


uniplate = "0.2.0"
uniplate = "0.2.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
serde_with = "3.12.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/conjure_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ conjure_macros = { path = "../conjure_macros" }
enum_compatability_macro = { path = "../enum_compatability_macro" }
minion_rs = { path = "../../solvers/minion" }

uniplate = "0.2.0"
uniplate = "0.2.1"
project-root = "0.2.2"
linkme = "0.3.31"
serde = { version = "1.0.217", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/tree_morph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
multipeek = "0.1.2"
rand = "0.9.0"
uniplate = "0.2.0"
uniplate = "0.2.1"


[lints]
Expand Down

0 comments on commit e31a127

Please sign in to comment.