@@ -13,10 +13,10 @@ crate-type = ["cdylib"]
1313pyo3 = { version = " 0.23.0" , features = [" extension-module" ] }
1414
1515# 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 " }
2020egraph-serialize = { version = " 0.2.0" , features = [" serde" , " graphviz" ] }
2121serde_json = " 1.0.140"
2222pyo3-log = " 0.12.3"
@@ -27,7 +27,7 @@ uuid = { version = "1.16.0", features = ["v4"] }
2727
2828# Use patched version of egglog in experimental
2929[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 " }
3131
3232# enable debug symbols for easier profiling
3333[profile .release ]
0 commit comments