@@ -13,12 +13,12 @@ crate-type = ["cdylib"]
1313pyo3 = { version = " 0.27" , features = [" extension-module" , " num-bigint" , " num-rational" ] }
1414num-bigint = " *"
1515num-rational = " *"
16- egglog = { git = " https://github.com/egraphs-good/egglog .git" , branch = " main " , default-features = false }
17- egglog-bridge = { git = " https://github.com/egraphs-good/egglog .git" , branch = " main " }
18- egglog-core-relations = { git = " https://github.com/egraphs-good/egglog .git" , branch = " main " }
16+ egglog = { git = " https://github.com/saulshanabrook/egg-smol .git" , branch = " fix-fn-bug " , default-features = false }
17+ egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol .git" , branch = " fix-fn-bug " }
18+ egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol .git" , branch = " fix-fn-bug " }
1919egglog-experimental = { git = " https://github.com/egraphs-good/egglog-experimental" , branch = " main" , default-features = false }
20- egglog-ast = { git = " https://github.com/egraphs-good/egglog .git" , branch = " main " }
21- egglog-reports = { git = " https://github.com/egraphs-good/egglog .git" , branch = " main " }
20+ egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol .git" , branch = " fix-fn-bug " }
21+ egglog-reports = { git = " https://github.com/saulshanabrook/egg-smol .git" , branch = " fix-fn-bug " }
2222egraph-serialize = { version = " 0.3" , features = [" serde" , " graphviz" ] }
2323serde_json = " 1"
2424pyo3-log = " *"
@@ -31,10 +31,11 @@ base64 = "0.22.1"
3131
3232# Use patched version of egglog in experimental
3333[patch .'https://github .com/egraphs-good/egglog' ]
34- # egglog = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
35- # egglog-bridge = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
36- # egglog-core-relations = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
37- # egglog-ast = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
34+ egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-fn-bug" }
35+ egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-fn-bug" }
36+ egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-fn-bug" }
37+ egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-fn-bug" }
38+ egglog-reports = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-fn-bug" }
3839
3940# enable debug symbols for easier profiling
4041[profile .release ]
0 commit comments