diff --git a/Cargo.toml b/Cargo.toml index c146ed7..51c0b28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fux_kdtree" -version = "0.1.0" +version = "0.1.1" authors = ["fulara "] description = "K-dimensional tree implemented in Rust for fast NN querying." @@ -16,4 +16,4 @@ harness = false [dev-dependencies] quickcheck = "0.3" rand = "*" -bencher = "*" \ No newline at end of file +bencher = "*"