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]