@@ -18,16 +18,11 @@ opentelemetry = "0.28"
1818opentelemetry-otlp = { version = " 0.28" , features = [" http-proto" , " reqwest-blocking-client" , " trace" ] }
1919opentelemetry-stdout = { version = " 0.28" , features = [" trace" ] }
2020opentelemetry_sdk = " 0.28"
21- # egglog = { path = "../egg-smol", default-features = false }
22- # egglog-bridge = { path = "../egg-smol/egglog-bridge" }
23- # egglog-core-relations = { path = "../egg-smol/core-relations" }
24- # egglog-ast = { path = "../egg-smol/egglog-ast" }
25- # egglog-reports = { path = "../egg-smol/egglog-reports" }
26- egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug" , default-features = false }
27- egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug" }
28- egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug" }
29- egglog-reports = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug" }
30- egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug" }
21+ egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives" , default-features = false }
22+ egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives" }
23+ egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives" }
24+ egglog-reports = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives" }
25+ egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives" }
3126
3227
3328egglog-experimental = { git = " https://github.com/egraphs-good/egglog-experimental" , branch = " main" , default-features = false }
@@ -52,11 +47,11 @@ base64 = "0.22.1"
5247# egglog-reports = { path = "../egg-smol/egglog-reports" }
5348# egglog-bridge = { path = "../egg-smol/egglog-bridge" }
5449
55- egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug " }
56- egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug " }
57- egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug " }
58- egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug " }
59- egglog-reports = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " fix-container-fn-bug " }
50+ egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives " }
51+ egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives " }
52+ egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives " }
53+ egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives " }
54+ egglog-reports = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " codex/f64-unary-primitives " }
6055
6156# enable debug symbols for easier profiling
6257[profile .release ]
0 commit comments