We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d0687 commit c1b89e8Copy full SHA for c1b89e8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "acap"
3
-version = "0.1.1"
+version = "0.2.0"
4
authors = ["Tavian Barnes <tavianator@tavianator.com>"]
5
edition = "2018"
6
description = "As Close As Possible — nearest neighbor search in Rust."
@@ -22,4 +22,4 @@ name = "benches"
22
harness = false
23
24
[package.metadata.docs.rs]
25
-rustdoc-args = ["--html-in-header", "katex-header.html"]
+rustdoc-args = ["--html-in-header", "katex-header.html"]
0 commit comments