Skip to content

Commit a71f6c1

Browse files
Bump upstream version
1 parent 8a09162 commit a71f6c1

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ crate-type = ["cdylib"]
1313
pyo3 = { 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" }
2020
egraph-serialize = { version = "0.2.0", features = ["serde", "graphviz"] }
2121
serde_json = "1.0.140"
2222
pyo3-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

Comments
 (0)