We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1438a9f commit 0c23267Copy full SHA for 0c23267
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "kiddo"
3
-version = "6.0.0-rc1"
+version = "6.0.0-alpha.1"
4
edition = "2021"
5
authors = ["Scott Donnelly <scott@donnel.ly>"]
6
description = "A high-performance, flexible, ergonomic k-d tree library. Ideal for geo- and astro- nearest-neighbour and k-nearest-neighbor queries"
src/lib.rs
@@ -5,7 +5,7 @@
#![warn(missing_docs)]
#![warn(rustdoc::broken_intra_doc_links)]
7
#![warn(rustdoc::private_intra_doc_links)]
8
-#![doc(html_root_url = "https://docs.rs/kiddo/6.0.0")]
+#![doc(html_root_url = "https://docs.rs/kiddo/6.0.0-alpha.1")]
9
#![doc(issue_tracker_base_url = "https://github.com/sdd/kiddo/issues/")]
10
#![allow(clippy::pointers_in_nomem_asm_block)]
11
#![allow(clippy::too_many_arguments)]
0 commit comments