From e12d10ddef6f2ce155088ef930100ff04476bdb7 Mon Sep 17 00:00:00 2001 From: Casper Meijn Date: Fri, 12 Apr 2024 10:23:55 +0200 Subject: [PATCH] chore: Add Casper Meijn as author --- Cargo.toml | 3 ++- prost-build/Cargo.toml | 1 + prost-derive/Cargo.toml | 1 + prost-types/Cargo.toml | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c98256d59..f93ae8156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,8 @@ name = "prost" version = "0.12.4" authors = [ "Dan Burkert ", - "Lucio Franco ", + "Casper Meijn ", "Tokio Contributors ", ] license = "Apache-2.0" diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 2f54133fc..aaf6698d7 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -4,6 +4,7 @@ version = "0.12.4" authors = [ "Dan Burkert ", "Lucio Franco ", + "Casper Meijn ", "Tokio Contributors ", ] license = "Apache-2.0" diff --git a/prost-derive/Cargo.toml b/prost-derive/Cargo.toml index d4f7b8d25..a9ef2da63 100644 --- a/prost-derive/Cargo.toml +++ b/prost-derive/Cargo.toml @@ -4,6 +4,7 @@ version = "0.12.4" authors = [ "Dan Burkert ", "Lucio Franco ", + "Casper Meijn ", "Tokio Contributors ", ] license = "Apache-2.0" diff --git a/prost-types/Cargo.toml b/prost-types/Cargo.toml index 1038e938b..cfd645435 100644 --- a/prost-types/Cargo.toml +++ b/prost-types/Cargo.toml @@ -3,7 +3,8 @@ name = "prost-types" version = "0.12.4" authors = [ "Dan Burkert ", - "Lucio Franco ", + "Casper Meijn ", "Tokio Contributors ", ] license = "Apache-2.0"