From e456e1d1912b12644f7896f334c448bdb6b7b7a8 Mon Sep 17 00:00:00 2001 From: Malik672 Date: Wed, 27 Dec 2023 19:50:36 +0100 Subject: [PATCH] fix author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dfe9831..355d4ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "uniswap-sdk-core-rust" version = "0.4.0" edition = "2021" -authors = ["malik ", "aurelhino <>"] +authors = ["malik ", "aurelhino "] description = "The Uniswap SDK Core in Rust provides essential functionality for interacting with the Uniswap decentralized exchange" license = "MIT"