Skip to content

Commit

Permalink
Merge eaeec92 into ab5c01f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 23, 2019
2 parents ab5c01f + eaeec92 commit 8a51678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ test_script:
- cargo build --manifest-path ffi/Cargo.toml --features ffi-headers
- ps: mkdir ffi/build
- cd ffi/build
- cmake .. -G "Visual Studio 15 2017 Win64"
- cmake .. -G "Visual Studio 15 2017"
- cmake --build .
- ctest
2 changes: 1 addition & 1 deletion ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ default = []
ffi-headers = ["cbindgen"]

[build-dependencies]
cbindgen = { version = "0.11", optional = true }
cbindgen = { version = "0.12", optional = true }

0 comments on commit 8a51678

Please sign in to comment.