diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-11-11 18:48:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 18:48:52 +0000 |
commit | a209ce8ceb10c2bcdfca9fcf814b7231964f7907 (patch) | |
tree | 0af45b4b2704fa030ae2bccde53cceee7232d599 /Cargo.toml | |
parent | f1e678b39cf39ec0719a8122865a23b0a0d7f60c (diff) | |
download | candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.tar.gz candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.tar.bz2 candle-a209ce8ceb10c2bcdfca9fcf814b7231964f7907.zip |
Update for 0.3.1. (#1324)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ exclude = [ resolver = "2" [workspace.package] -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "Minimalist ML framework." repository = "https://github.com/huggingface/candle" |