Skip to content

Commit

Permalink
build(deps): bump half from 2.3.1 to 2.4.0 in /native/candlex
Browse files Browse the repository at this point in the history
Bumps [half](https://github.com/starkat99/half-rs) from 2.3.1 to 2.4.0.
- [Release notes](https://github.com/starkat99/half-rs/releases)
- [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md)
- [Commits](starkat99/half-rs@v2.3.1...v2.4.0)

---
updated-dependencies:
- dependency-name: half
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 9077bbc commit bcf7c13
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 @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
candle-core = "0.4.1"
half = "2.3.1"
half = "2.4.0"
num-traits = "0.2.18"
rustler = { version = "0.31.0", default-features = false, features = ["derive", "nif_version_2_16"] }
statrs = "0.16.0"
Expand Down

0 comments on commit bcf7c13

Please sign in to comment.