Skip to content

Commit 519638e

Browse files
supernova
1 parent 7f9b30c commit 519638e

File tree

8 files changed

+526
-499
lines changed

8 files changed

+526
-499
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jmt = { path = "../jmt", features = [
7373
] } #{ version = "0.10.0", features = ["mocks"] }
7474
bellpepper-core = { version = "0.4.0", default-features = false }
7575
bellpepper = { version = "0.4.0", default-features = false }
76-
arecibo = { version = "0.1.1", default-features = false }
76+
arecibo = { path = "../arecibo" }
77+
itertools = "0.13.0" # zip_eq
7778
sha2 = "0.10.8"
7879
proptest = "1.5.0"
7980
auto_impl = "1.2.0"

0 commit comments

Comments
 (0)