summaryrefslogtreecommitdiff
path: root/candle-datasets/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-12-17 05:34:53 -0600
committerGitHub <noreply@github.com>2023-12-17 05:34:53 -0600
commit94817dac56f3c91235ad94b7b3419ab8c2e87134 (patch)
tree367326a4fd8241b4d2b65975f8ec4d19afb83017 /candle-datasets/Cargo.toml
parent1e86717bf274c6a0380f56f195727812e49f80a2 (diff)
downloadcandle-94817dac56f3c91235ad94b7b3419ab8c2e87134.tar.gz
candle-94817dac56f3c91235ad94b7b3419ab8c2e87134.tar.bz2
candle-94817dac56f3c91235ad94b7b3419ab8c2e87134.zip
Bump the crate version to 0.3.2. (#1452)
Diffstat (limited to 'candle-datasets/Cargo.toml')
-rw-r--r--candle-datasets/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-datasets/Cargo.toml b/candle-datasets/Cargo.toml
index 103f77d6..5b0b9dee 100644
--- a/candle-datasets/Cargo.toml
+++ b/candle-datasets/Cargo.toml
@@ -11,8 +11,8 @@ readme = "README.md"
[dependencies]
byteorder = { workspace = true }
-candle = { path = "../candle-core", version = "0.3.1", package = "candle-core" }
-candle-nn = { path = "../candle-nn", version = "0.3.1" }
+candle = { path = "../candle-core", version = "0.3.2", package = "candle-core" }
+candle-nn = { path = "../candle-nn", version = "0.3.2" }
hf-hub = { workspace = true}
intel-mkl-src = { workspace = true, optional = true }
memmap2 = { workspace = true }