Skip to content

Commit 013c88c

Browse files
committed
Ledger: remove ocaml-interop dependency
1 parent 461a66e commit 013c88c

File tree

5 files changed

+0
-212
lines changed

5 files changed

+0
-212
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ num_cpus = "1.0"
160160
num_enum = "0.5.7"
161161
o1-utils = { git = "https://github.com/o1-labs/proof-systems", rev = "0b0fd5fe73964d2a3628c788e40ead819a8a806d" }
162162
object = "0.37.1"
163-
ocaml-interop = { git = "https://github.com/sebastiencs/ocaml-interop.git", branch = "closure-values" }
164163
once_cell = "1"
165164
p256 = { version = "0.13", features = ["default", "ecdh", "ecdsa"] }
166165
p384 = "0.13"

ledger/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ wasm-bindgen-futures = { workspace = true }
6868

6969
[target.'cfg(not(target_family = "wasm"))'.dependencies]
7070
zstd = { workspace = true, optional = true }
71-
ocaml-interop = { workspace = true, optional = true }
7271
reqwest = { workspace = true, features = ["blocking"] }
7372

7473
[dev-dependencies]

ledger/dune

Lines changed: 0 additions & 23 deletions
This file was deleted.

ledger/mina_tree.ml

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)