Skip to content

Commit bd59519

Browse files
committed
change rev
1 parent cd8c141 commit bd59519

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ default = ["bin"]
1212
bin = ["egglog/bin"]
1313

1414
[dependencies]
15-
egglog = { path = "../egglog", default-features = false }
16-
egglog-ast = { path = "../egglog/egglog-ast", default-features = false }
17-
egglog-reports = { path = "../egglog/egglog-reports", default-features = false }
15+
egglog = { git = "https://github.com/egraphs-good/egglog.git", default-features = false, rev = "ef6a9a6576468f2465d1fde6dd5e34d3505003a3" }
16+
egglog-ast = { git = "https://github.com/egraphs-good/egglog.git", default-features = false, rev = "ef6a9a6576468f2465d1fde6dd5e34d3505003a3" }
17+
egglog-reports = { git = "https://github.com/egraphs-good/egglog.git", default-features = false, rev = "ef6a9a6576468f2465d1fde6dd5e34d3505003a3" }
1818

1919
num = "0.4.3"
2020
lazy_static = "1.4"
2121
log = "0.4"
2222

2323
[dev-dependencies]
2424
glob = "0.3.1"
25-
libtest-mimic = "0.8.1"
25+
libtest-mimic = "0.8.1"

0 commit comments

Comments
 (0)