Skip to content

Commit

Permalink
chore: update dependencies (#146)
Browse files Browse the repository at this point in the history
* chore: update dependencies
* Updated via `cargo +nightly update --breaking -Z unstable-options`.
* Update bindings with latest bindgen
* Allow multiple versions of libloading and anstream
* ci: always print codegen changes
* Temporarily remove documentation for `ov_element_type_e_OV_BOOLEAN`
  • Loading branch information
abrown authored Oct 8, 2024
1 parent c223bdc commit b2bdfb0
Show file tree
Hide file tree
Showing 8 changed files with 250 additions and 549 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ jobs:
- name: Generate bindings
run: cargo xtask codegen
- name: Verify no changes
run: git diff --ignore-submodules --no-ext-diff --name-only --exit-code
run: git diff --ignore-submodules --no-ext-diff --exit-code
Loading

0 comments on commit b2bdfb0

Please sign in to comment.