Skip to content

Commit

Permalink
Update egraph serialized to merged version
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Sep 11, 2024
1 parent a555b2f commit 405395d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ smallvec = "1.11"

generic_symbolic_expressions = "5.0.4"

egraph-serialize = { git = "https://github.com/saulshanabrook/egraph-serialize", rev = "1c205fcc6d3426800b828e9264dbadbd4a5ef6e9", features = ["serde", "graphviz"] }
egraph-serialize = { git = "https://github.com/egraphs-good/egraph-serialize", rev = "9ce281291635b0e1e7685b488de67bb5a3fee3db", features = [
"serde",
"graphviz",
] }
serde_json = { optional = true, version = "1.0.100", features = [
"preserve_order",
] }
Expand Down

0 comments on commit 405395d

Please sign in to comment.