summaryrefslogtreecommitdiff
path: root/candle-wasm-tests
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-wasm-tests
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-wasm-tests')
-rw-r--r--candle-wasm-tests/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-wasm-tests/Cargo.toml b/candle-wasm-tests/Cargo.toml
index f5fd0eff..5641ccfb 100644
--- a/candle-wasm-tests/Cargo.toml
+++ b/candle-wasm-tests/Cargo.toml
@@ -7,7 +7,7 @@ keywords.workspace = true
categories.workspace = true
[dependencies]
-candle = { path = "../candle-core", version = "0.3.1", package = "candle-core" }
+candle = { path = "../candle-core", version = "0.3.2", package = "candle-core" }
rand = { workspace = true }
getrandom = { version = "0.2", features = ["js"] }