Skip to content

Commit

Permalink
fix serialize perf
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Feb 11, 2025
1 parent d485f3c commit 0fddb40
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "files"


[dependencies]
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "215714e" }
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "161a36f" }
egraph-serialize = "0.2.0"
log = "0.4.19"
thiserror = "1"
Expand Down
2 changes: 1 addition & 1 deletion dag_in_context/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 dag_in_context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "215714e" }
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "161a36f" }
smallvec = "1.11.1"
strum = "0.25"
strum_macros = "0.25"
Expand Down

0 comments on commit 0fddb40

Please sign in to comment.