From 37c99eb779cacb3061411d0c01f4f5b0cdd16a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:48:50 +0000 Subject: [PATCH] Update candle-core requirement from 0.6 to 0.7 Updates the requirements on [candle-core](https://github.com/huggingface/candle) to permit the latest version. - [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md) - [Commits](https://github.com/huggingface/candle/compare/0.6.0...0.7.0) --- updated-dependencies: - dependency-name: candle-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d5243a..0983287 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [".github/"] repository = "https://github.com/tomsanbear/candle-einops" [dependencies] -candle-core = { version = "0.6" } +candle-core = { version = "0.7" } candle-einops-macros = { path = "candle-einops-macros", version = "0.1.1" } [package.metadata.docs.rs]