@@ -16,25 +16,27 @@ num-rational = "*"
1616# egglog = { git = "https://github.com/egraphs-good/egglog.git", branch = "main", default-features = false }
1717# egglog-bridge = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
1818# egglog-core-relations = { git = "https://github.com/egraphs-good/egglog.git", branch = "main" }
19- egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " clone-cost" , default-features = false }
20- egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " clone-cost" }
21- egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " clone-cost" }
22- egglog-experimental = { git = " https://github.com/egraphs-good/egglog-experimental" , branch = " cli" , default-features = false }
23- egraph-serialize = { version = " 0.2" , features = [" serde" , " graphviz" ] }
19+ egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " let-bindings-again" , default-features = false }
20+ egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " let-bindings-again" }
21+ egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " let-bindings-again" }
22+ egglog-experimental = { git = " https://github.com/egraphs-good/egglog-experimental" , branch = " update-egglog" , default-features = false }
23+ egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " let-bindings-again" }
24+ egraph-serialize = { version = " 0.3" , features = [" serde" , " graphviz" ] }
2425serde_json = " 1"
2526pyo3-log = " 0.13"
2627log = " 0.4"
2728lalrpop-util = { version = " 0.22" , features = [" lexer" ] }
28- ordered-float = " 3.7 "
29+ ordered-float = " 5 "
2930uuid = { version = " 1.18" , features = [" v4" ] }
3031rayon = " 1.11"
3132
3233# Use patched version of egglog in experimental
3334[patch .'https://github .com/egraphs-good/egglog' ]
3435# egglog = { git = "https://github.com/egraphs-good//egglog.git", branch = "main" }
35- egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " clone-cost" }
36- egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " clone-cost" }
37- egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " clone-cost" }
36+ egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " let-bindings-again" }
37+ egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " let-bindings-again" }
38+ egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " let-bindings-again" }
39+ egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " let-bindings-again" }
3840# egglog = { path = "../egg-smol" }
3941# egglog = { git = "https://github.com/egraphs-good//egglog.git", rev = "5542549" }
4042
0 commit comments