Skip to content

Commit

Permalink
build(deps): bump bindgen_cuda from 0.1.1 to 0.1.3 in /native/candlex (
Browse files Browse the repository at this point in the history
…#118)

Bumps [bindgen_cuda](https://github.com/Narsil/bindgen_cuda) from 0.1.1 to 0.1.3.
- [Commits](https://github.com/Narsil/bindgen_cuda/commits)

---
updated-dependencies:
- dependency-name: bindgen_cuda
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 7031d4d commit 27bab06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions native/candlex/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 native/candlex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ statrs = "0.16.0"
thiserror = "1.0.56"

[build-dependencies]
bindgen_cuda = { version = "0.1.1", optional = true }
bindgen_cuda = { version = "0.1.3", optional = true }

[features]
cuda = ["candle-core/cuda", "dep:bindgen_cuda"]

0 comments on commit 27bab06

Please sign in to comment.