From 8826c849ee9cfd4b0a74f059151cab8cd4a12f39 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 13 Aug 2024 09:26:18 +0800 Subject: [PATCH] chore: drop the effectively deprecated author meta field --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6939d77..f86962b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "fastant" version = "0.1.9" -authors = ["FastLabs Developers"] edition = "2021" license = "MIT" description = "A drop-in replacement for `std::time::Instant` that measures time with high performance and high accuracy powered by Time Stamp Counter (TSC)."