Remove authors from Cargo metadata (per RFC 3052)

This commit is contained in:
Dirkjan Ochtman 2023-01-27 11:06:08 +01:00
parent 91f67b77c4
commit 5ad085cdec
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
[package] [package]
name = "instant-distance-py" name = "instant-distance-py"
version = "0.3.2" version = "0.3.2"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2021" edition = "2021"
rust-version = "1.58" rust-version = "1.58"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"

View File

@ -2,7 +2,6 @@
name = "instant-distance" name = "instant-distance"
version = "0.6.0" version = "0.6.0"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
edition = "2021" edition = "2021"
rust-version = "1.58" rust-version = "1.58"
description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches" description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches"