From 7608ae18b1e2151e50c7a08b4b4a2dfce38268a8 Mon Sep 17 00:00:00 2001 From: Emmie Maeda Date: Sun, 5 May 2024 17:38:46 -0400 Subject: [PATCH] Update Cargo.toml metadata. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb5344e4b..526a1aaa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,8 @@ categories = ["parser-implementations"] exclude = [".gitignore", ".editorconfig"] version = "1.23.0" -authors = ["Emmie Maeda "] -edition = "2021" # this is *not* the same as the current year +authors = ["Emmie Smith "] +edition = "2021" [lib] name = "ftml"