diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2024-03-08 22:01:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 22:01:51 +0100 |
commit | e7fc1daa21c0ae8fe92d1619f84817821fa5429d (patch) | |
tree | 369e93698ac43994cb7ef1a0a9ed90f419364a2a /candle-onnx | |
parent | be5b68cd0ba49424b0b100c0ea48ad35b2bd67b9 (diff) | |
download | candle-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.toml | 6 |
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] |