Skip to content

Commit c1b89e8

Browse files
committed
Version 0.2.0
1 parent f8d0687 commit c1b89e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "acap"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Tavian Barnes <tavianator@tavianator.com>"]
55
edition = "2018"
66
description = "As Close As Possible — nearest neighbor search in Rust."
@@ -22,4 +22,4 @@ name = "benches"
2222
harness = false
2323

2424
[package.metadata.docs.rs]
25-
rustdoc-args = ["--html-in-header", "katex-header.html"]
25+
rustdoc-args = ["--html-in-header", "katex-header.html"]

0 commit comments

Comments
 (0)