diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-08-24 10:56:28 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-08-24 10:56:28 -0400 |
commit | c1b89e80dca42889e18cf97a2b11ca88b202558d (patch) | |
tree | 9c8bfaeff75d53acaf1902a8f58e5db8bc75b30e | |
parent | f8d0687877cd239bb886cfe22cc5f64f85a36bde (diff) | |
download | acap-0.2.0.tar.xz |
Version 0.2.00.2.0
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "acap" -version = "0.1.1" +version = "0.2.0" authors = ["Tavian Barnes <tavianator@tavianator.com>"] edition = "2018" description = "As Close As Possible — nearest neighbor search in Rust." @@ -22,4 +22,4 @@ name = "benches" harness = false [package.metadata.docs.rs] -rustdoc-args = ["--html-in-header", "katex-header.html"]
\ No newline at end of file +rustdoc-args = ["--html-in-header", "katex-header.html"] |