From ee054c4f07b2dceeafcab45651e965c255d9d7e4 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Sat, 13 Jul 2024 10:35:43 +0200 Subject: [PATCH] Update authors list for `testing/Cargo.toml` --- testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/Cargo.toml b/testing/Cargo.toml index d8a5fc65..e2330e89 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rinja_testing" version = "0.2.0" -authors = ["Dirkjan Ochtman "] +authors = ["rinja-rs developers"] workspace = ".." edition = "2021" rust-version = "1.71"