Remove authors from Cargo metadata (per RFC 3052)
This commit is contained in:
parent
91f67b77c4
commit
5ad085cdec
|
@ -1,7 +1,6 @@
|
|||
[package]
|
||||
name = "instant-distance-py"
|
||||
version = "0.3.2"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.58"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
name = "instant-distance"
|
||||
version = "0.6.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"]
|
||||
edition = "2021"
|
||||
rust-version = "1.58"
|
||||
description = "Fast minimal implementation of HNSW maps for approximate nearest neighbors searches"
|
||||
|
|
Loading…
Reference in New Issue