Skip to content

Commit

Permalink
Merge pull request #4042 from tottoto/disable-unused-cbindgen-feature
Browse files Browse the repository at this point in the history
Disable unused cbindgen feature
  • Loading branch information
syrusakbary authored Jun 28, 2023
2 parents e810fff + 0aca4c2 commit df69b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
41 changes: 2 additions & 39 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lib/c-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jit = ["compiler"]
#emscripten = ["wasmer-emscripten"]

[build-dependencies]
cbindgen = "0.24"
cbindgen = { version = "0.24", default-features = false }

0 comments on commit df69b82

Please sign in to comment.