Skip to content

Commit e39ad39

Browse files
build(deps): bump candle-core from 0.4.1 to 0.5.0 in /native/candlex (#167)
Bumps [candle-core](https://github.com/huggingface/candle) from 0.4.1 to 0.5.0. - [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md) - [Commits](https://github.com/huggingface/candle/commits) --- updated-dependencies: - dependency-name: candle-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cc46f4 commit e39ad39

File tree

2 files changed

+125
-15
lines changed

2 files changed

+125
-15
lines changed

native/candlex/Cargo.lock

Lines changed: 124 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/candlex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ path = "src/lib.rs"
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
candle-core = "0.4.1"
13+
candle-core = "0.5.0"
1414
half = "2.4.1"
1515
num-traits = "0.2.19"
1616
rustler = { version = "0.32.1", default-features = false, features = ["derive", "nif_version_2_16"] }

0 commit comments

Comments
 (0)