Skip to content

Commit

Permalink
Fix bindgen-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Aug 30, 2024
1 parent edf7ea8 commit bed0de3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions bindgen-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ runtime = ["bindgen/runtime"]
__testing_only_extra_assertions = ["bindgen/__testing_only_extra_assertions"]
__testing_only_libclang_9 = ["bindgen/__testing_only_libclang_9"]
__testing_only_libclang_16 = ["bindgen/__testing_only_libclang_16"]

[dependencies]
serde = { version = "1.0.209", features = ["derive"] }
toml = "0.8.19"

0 comments on commit bed0de3

Please sign in to comment.