summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-10-24 12:04:33 -0400
committerTavian Barnes <tavianator@tavianator.com>2021-10-24 12:04:33 -0400
commit41441fcbc4bc097a59383d88f0f79dbf64f66c9b (patch)
tree6cd16e557908bdd6fe6c05e40e10fcdecd7c7878 /Cargo.toml
parentdea53e1b7ed7096d6db9485ea3a8bdeb04ad30a3 (diff)
downloadkd-forest-41441fcbc4bc097a59383d88f0f79dbf64f66c9b.tar.xz
Update to the 2021 edition
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 43bb9dd..f8c2b8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "kd-forest"
version = "2.0.0"
authors = ["Tavian Barnes <tavianator@tavianator.com>"]
-edition = "2018"
+edition = "2021"
[dependencies]
acap = "0.3.0"