summaryrefslogtreecommitdiff
path: root/candle-onnx
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-03-08 22:01:51 +0100
committerGitHub <noreply@github.com>2024-03-08 22:01:51 +0100
commite7fc1daa21c0ae8fe92d1619f84817821fa5429d (patch)
tree369e93698ac43994cb7ef1a0a9ed90f419364a2a /candle-onnx
parentbe5b68cd0ba49424b0b100c0ea48ad35b2bd67b9 (diff)
downloadcandle-e7fc1daa21c0ae8fe92d1619f84817821fa5429d.tar.gz
candle-e7fc1daa21c0ae8fe92d1619f84817821fa5429d.tar.bz2
candle-e7fc1daa21c0ae8fe92d1619f84817821fa5429d.zip
Bump the crate versions to 0.4.2. (#1821)
Diffstat (limited to 'candle-onnx')
-rw-r--r--candle-onnx/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/candle-onnx/Cargo.toml b/candle-onnx/Cargo.toml
index 9a75f802..01472a5f 100644
--- a/candle-onnx/Cargo.toml
+++ b/candle-onnx/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "candle-onnx"
-version = "0.4.1"
+version = "0.4.2"
edition = "2021"
description = "ONNX support for Candle"
@@ -10,8 +10,8 @@ categories = ["science"]
license = "MIT OR Apache-2.0"
[dependencies]
-candle = { path = "../candle-core", package = "candle-core", version = "0.4.1" }
-candle-nn = { path = "../candle-nn", version = "0.4.1" }
+candle = { path = "../candle-core", package = "candle-core", version = "0.4.2" }
+candle-nn = { path = "../candle-nn", version = "0.4.2" }
prost = "0.12.1"
[build-dependencies]