diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-20 08:07:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-20 08:07:07 +0100 |
commit | a8f61e66cc04e2b05caa14a95296ab2b185c3e71 (patch) | |
tree | 565b42d10b31523316b38f887e3716412c94a1dd /Cargo.toml | |
parent | aa207f2dd9d0a7176b4da7799270486cc86258a6 (diff) | |
download | candle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.tar.gz candle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.tar.bz2 candle-a8f61e66cc04e2b05caa14a95296ab2b185c3e71.zip |
Bump the crates version to 0.1.2. (#522)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ exclude = [ ] [workspace.package] -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Minimalist ML framework." repository = "https://github.com/huggingface/candle" |