Skip to content

Commit

Permalink
match once branch, not using yet
Browse files Browse the repository at this point in the history
  • Loading branch information
oflatt committed Jan 15, 2025
1 parent 1e492df commit 6ed0ef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = "246b195" }
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "8deef5e2fb61283709770f93fd4511db7b9b8b22" }
egraph-serialize = "0.2.0"
log = "0.4.19"
thiserror = "1"
Expand Down
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 = "246b195" }
egglog = { git = "https://github.com/egraphs-good/egglog", rev = "8deef5e2fb61283709770f93fd4511db7b9b8b22" }
strum = "0.25"
strum_macros = "0.25"
main_error = "0.1.2"
Expand Down

0 comments on commit 6ed0ef8

Please sign in to comment.