From d64807aab65a4e25012c639b28d5ac60e24dac32 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 21 Oct 2021 14:01:21 -0400 Subject: Bump the edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b7743a1..2132b69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "acap" version = "0.2.0" authors = ["Tavian Barnes "] -edition = "2018" +edition = "2021" description = "As Close As Possible — nearest neighbor search in Rust." readme = "README.md" repository = "https://github.com/tavianator/acap" -- cgit v1.2.3