@@ -13,10 +13,10 @@ crate-type = ["cdylib"]
13
13
pyo3 = { version = " 0.23.0" , features = [" extension-module" ] }
14
14
15
15
# include this bugfix https://github.com/egraphs-good/egglog/pull/625
16
- egglog = { git = " https://github.com/saulshanabrook/egg-smol .git" , rev = " 051e523136270c05d2fb07253568441c0f4fd078 " }
17
- egglog-bridge = { git = " https://github.com/egraphs-good/egglog-backend.git" , rev = " a0b98d3 " }
18
- core-relations = { git = " https://github.com/egraphs-good/egglog-backend.git" , rev = " a0b98d3 " }
19
- egglog-experimental = { git = " https://github.com/egraphs-good/egglog-experimental" , rev = " 2cf9d94 " }
16
+ egglog = { git = " https://github.com/egraphs-good/egglog .git" , rev = " d2fa5b733de0796fb187dc5a27e570d5644aa75a " }
17
+ egglog-bridge = { git = " https://github.com/egraphs-good/egglog-backend.git" , rev = " 1a1f913 " }
18
+ core-relations = { git = " https://github.com/egraphs-good/egglog-backend.git" , rev = " 1a1f913 " }
19
+ egglog-experimental = { git = " https://github.com/egraphs-good/egglog-experimental" , rev = " 202078f " }
20
20
egraph-serialize = { version = " 0.2.0" , features = [" serde" , " graphviz" ] }
21
21
serde_json = " 1.0.140"
22
22
pyo3-log = " 0.12.3"
@@ -27,7 +27,7 @@ uuid = { version = "1.16.0", features = ["v4"] }
27
27
28
28
# Use patched version of egglog in experimental
29
29
[patch .'https://github .com/egraphs-good/egglog' ]
30
- egglog = { git = " https://github.com/saulshanabrook/egg-smol .git" , rev = " 051e523136270c05d2fb07253568441c0f4fd078 " }
30
+ egglog = { git = " https://github.com/egraphs-good//egglog .git" , rev = " d2fa5b733de0796fb187dc5a27e570d5644aa75a " }
31
31
32
32
# enable debug symbols for easier profiling
33
33
[profile .release ]
0 commit comments