diff options
| author | Lia Lenckowski <lialenck@protonmail.com> | 2024-11-25 01:33:42 +0100 |
|---|---|---|
| committer | Lia Lenckowski <lialenck@protonmail.com> | 2024-11-25 01:33:42 +0100 |
| commit | 6a2d5e2241b73039ae09b627c30841248d887a79 (patch) | |
| tree | 8242692c4b8b087f4fc2323ad09c7b7a63075c9b /Cargo.toml | |
| parent | 4195f3e742bec7ed0ef1b193a725ea7335a547ef (diff) | |
| download | embeddings-sort-6a2d5e2241b73039ae09b627c30841248d887a79.tar embeddings-sort-6a2d5e2241b73039ae09b627c30841248d887a79.tar.bz2 embeddings-sort-6a2d5e2241b73039ae09b627c30841248d887a79.tar.zst | |
implement rust side of flag that ignores failing embeddings
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "embeddings-sort" -version = "0.2.0" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |