From b68655c17d8565f8621283084bc1c954cec4b8e8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 15 Aug 2022 10:08:35 +0200 Subject: [PATCH] Remove authors from Cargo metadata (see RFC 3052) --- instant-segment-py/Cargo.toml | 1 - instant-segment/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/instant-segment-py/Cargo.toml b/instant-segment-py/Cargo.toml index 6db5127..5d167dd 100644 --- a/instant-segment-py/Cargo.toml +++ b/instant-segment-py/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "instant-segment-py" version = "0.1.4" -authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0" workspace = ".." diff --git a/instant-segment/Cargo.toml b/instant-segment/Cargo.toml index 0f1e893..0782131 100644 --- a/instant-segment/Cargo.toml +++ b/instant-segment/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "instant-segment" version = "0.10.0" -authors = ["Dirkjan Ochtman "] edition = "2018" license = "Apache-2.0" description = "Fast English word segmentation"