Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
build(deps): update onnxruntime-sys requirement from 0.0.10 to 0.0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [onnxruntime-sys](https://github.com/nbigaouette/onnxruntime-rs) to permit the latest version.
- [Release notes](https://github.com/nbigaouette/onnxruntime-rs/releases)
- [Changelog](https://github.com/nbigaouette/onnxruntime-rs/blob/master/CHANGELOG.md)
- [Commits](nbigaouette/onnxruntime-rs@v0.0.10...v0.0.11)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent 993efd7 commit a9005ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ edition = "2018"

[dependencies]
once_cell = "1.7.2"
onnxruntime-sys = "0.0.10"
onnxruntime-sys = "0.0.11"

0 comments on commit a9005ec

Please sign in to comment.