Skip to content

Commit 3cd68b7

Browse files
Copilotdannywillems
andcommitted
Remove ocaml-interop dependency and associated FFI code
Co-authored-by: dannywillems <[email protected]>
1 parent d34331b commit 3cd68b7

File tree

8 files changed

+1
-2857
lines changed

8 files changed

+1
-2857
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.

ledger/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ wasm-bindgen-futures = "0.4"
8383

8484
[target.'cfg(not(target_family = "wasm"))'.dependencies]
8585
zstd = { version = "0.12", optional = true }
86-
# ocaml-interop = { path = "/home/sebastien/github/ocaml-interop", optional = true }
87-
ocaml-interop = { git = "https://github.com/sebastiencs/ocaml-interop.git", branch = "closure-values", optional = true }
88-
# ocaml-interop = { git = "https://github.com/tizoc/ocaml-interop.git", branch = "closure-values", optional = true }
86+
8987
reqwest = { version = "0.11.24", features = ["blocking"] }
9088

9189
[dev-dependencies]

ledger/src/ffi/block.rs

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

0 commit comments

Comments
 (0)