Skip to content

Commit

Permalink
chore: Split bindings/ocaml to seperate workspace (#3792)
Browse files Browse the repository at this point in the history
* chore: Split bindings/ocaml to seperate workspace

Signed-off-by: Xuanwo <[email protected]>

* Fix ocaml ci

Signed-off-by: Xuanwo <[email protected]>

* CLeanup cargo.lock

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Dec 21, 2023
1 parent 144214c commit 0fe342a
Show file tree
Hide file tree
Showing 6 changed files with 2,000 additions and 102 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bindings_ocaml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,3 @@ jobs:
cd bindings/ocaml
dune runtest
dune build @fmt
87 changes: 0 additions & 87 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

[workspace]
default-members = ["core"]
exclude = ["examples"]
exclude = ["examples", "bindings/ocaml"]
members = [
"core",
"core/fuzz",
Expand All @@ -32,7 +32,6 @@ members = [
"bindings/haskell",
"bindings/lua",
"bindings/dotnet",
"bindings/ocaml",
"bindings/php",
"bindings/cpp",

Expand Down
Loading

0 comments on commit 0fe342a

Please sign in to comment.