@@ -23,11 +23,11 @@ opentelemetry_sdk = "0.28"
2323# egglog-core-relations = { path = "../egg-smol/core-relations" }
2424# egglog-ast = { path = "../egg-smol/egglog-ast" }
2525# egglog-reports = { path = "../egg-smol/egglog-reports" }
26- egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " , default-features = false }
27- egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
28- egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
29- egglog-reports = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
30- egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
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 " }
3131
3232
3333egglog-experimental = { git = " https://github.com/egraphs-good/egglog-experimental" , branch = " main" , default-features = false }
@@ -52,11 +52,11 @@ base64 = "0.22.1"
5252# egglog-reports = { path = "../egg-smol/egglog-reports" }
5353# egglog-bridge = { path = "../egg-smol/egglog-bridge" }
5454
55- egglog = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
56- egglog-ast = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
57- egglog-core-relations = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
58- egglog-bridge = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
59- egglog-reports = { git = " https://github.com/saulshanabrook/egg-smol.git" , branch = " multiset-changes " }
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 " }
6060
6161# enable debug symbols for easier profiling
6262[profile .release ]
0 commit comments