summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-25 09:35:40 +0100
committerGitHub <noreply@github.com>2023-08-25 09:35:40 +0100
commitd728e646c20e773498b859fe41f4109f86320ca6 (patch)
treec020bcab3d7c20b5d898964ce355a72607cef3fa /Cargo.toml
parentc093b03d51ff9d080c29c44dbeaf9bfc7b755541 (diff)
downloadcandle-d728e646c20e773498b859fe41f4109f86320ca6.tar.gz
candle-d728e646c20e773498b859fe41f4109f86320ca6.tar.bz2
candle-d728e646c20e773498b859fe41f4109f86320ca6.zip
Use resolver 2 explicitely. (#597)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d391ee7a..19ad8ca3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,7 @@ exclude = [
"candle-flash-attn",
"candle-kernels",
]
+resolver = "2"
[workspace.package]
version = "0.1.3"