Remove authors from Cargo metadata (per RFC 3052)
This commit is contained in:
parent
a8e5b29f0e
commit
2c926502e4
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue