Skip to content

Commit fbf51c8

Browse files
updating cargo toml
1 parent a529be0 commit fbf51c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ keystore-rs = "0.1.0"
5252
toml = "0.8.14"
5353
dirs = "5.0.1"
5454
anyhow = "1.0.44"
55-
jmt = { path = "../jmt", features = [
55+
jmt = { git = "https://github.com/deltadevsde/jmt", features = [
5656
"mocks",
5757
] } #{ version = "0.10.0", features = ["mocks"] }
5858
bellpepper-core = { version = "0.4.0", default-features = false }
59-
arecibo = { path = "../arecibo" }
59+
arecibo = { git = "https://github.com/deltadevsde/arecibo" }
6060
itertools = "0.13.0" # zip_eq
6161
sha2 = "0.10.8"
6262
auto_impl = "1.2.0"

0 commit comments

Comments
 (0)