From 4c6307e3f720d83a36f060ed193b40efa7431b9f Mon Sep 17 00:00:00 2001 From: steebchen Date: Thu, 5 Sep 2024 11:13:02 -0400 Subject: [PATCH] Fix Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 533cbbad5e..3779a97d3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ lto = true opt-level = 3 [workspace.package] -authors = [ "Equilibrium Labs " ] +authors = ["Equilibrium Labs "] edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.80"