Skip to content

Commit

Permalink
Merge pull request #2446 from Hywan/feat-capi-cbindgen-0.19
Browse files Browse the repository at this point in the history
feat(c-api) Update cbindgen to 0.19
  • Loading branch information
Hywan authored Jul 8, 2021
2 parents cdab1b2 + 44a83cb commit d450ff5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
components: rustfmt, clippy
- name: Install LLVM (Linux)
run: |
curl --proto '=https' --tlsv1.2 -sSf https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/linux-amd64.tar.gz -L -o /opt/llvm.tar.xz
curl --proto '=https' --tlsv1.2 -sSf https://github.com/wasmerio/llvm-custom-builds/releases/download/11.x/linux-amd64.tar.gz -L -o /opt/llvm.tar.gz
mkdir -p /opt/llvm-11
tar xf /opt/llvm.tar.xz --strip-components=1 -C /opt/llvm-11
tar xf /opt/llvm.tar.gz --strip-components=1 -C /opt/llvm-11
echo '/opt/llvm-11/bin' >> $GITHUB_PATH
echo 'LLVM_SYS_110_PREFIX=/opt/llvm-11' >> $GITHUB_ENV
- run: make lint
Expand Down
4 changes: 2 additions & 2 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 @@ -91,5 +91,5 @@ native = ["dylib"]
#emscripten = ["wasmer-emscripten"]

[build-dependencies]
cbindgen = "0.18"
cbindgen = "0.19"
cdylib-link-lines = "0.1"

0 comments on commit d450ff5

Please sign in to comment.