diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2021-10-21 14:01:21 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2021-10-24 10:51:11 -0400 |
commit | d64807aab65a4e25012c639b28d5ac60e24dac32 (patch) | |
tree | 4096be26b0b56331d477109b3a7a791d5f6aed6a /Cargo.toml | |
parent | bf2a10ca3b54ac3ed3dcc9c25cb1cf7f07ba8135 (diff) | |
download | acap-d64807aab65a4e25012c639b28d5ac60e24dac32.tar.xz |
Bump the edition to 2021
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ name = "acap" version = "0.2.0" authors = ["Tavian Barnes <tavianator@tavianator.com>"] -edition = "2018" +edition = "2021" description = "As Close As Possible — nearest neighbor search in Rust." readme = "README.md" repository = "https://github.com/tavianator/acap" |