From e6620963c7f6cb85aeed255079f48bad69c33fa3 Mon Sep 17 00:00:00 2001 From: akildemir Date: Fri, 2 Aug 2024 10:51:09 +0300 Subject: [PATCH] update author email --- substrate/coins/pallet/Cargo.toml | 2 +- substrate/dex/pallet/Cargo.toml | 2 +- substrate/genesis-liquidity/pallet/Cargo.toml | 2 +- substrate/genesis-liquidity/primitives/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/substrate/coins/pallet/Cargo.toml b/substrate/coins/pallet/Cargo.toml index 2aba1fbd1..8c59fb3e6 100644 --- a/substrate/coins/pallet/Cargo.toml +++ b/substrate/coins/pallet/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Coins pallet for Serai" license = "AGPL-3.0-only" repository = "https://github.com/serai-dex/serai/tree/develop/substrate/coins/pallet" -authors = ["Akil Demir "] +authors = ["Akil Demir "] edition = "2021" rust-version = "1.74" diff --git a/substrate/dex/pallet/Cargo.toml b/substrate/dex/pallet/Cargo.toml index e2ed39288..7e8a83e82 100644 --- a/substrate/dex/pallet/Cargo.toml +++ b/substrate/dex/pallet/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "DEX pallet for Serai" license = "AGPL-3.0-only" repository = "https://github.com/serai-dex/serai/tree/develop/substrate/dex/pallet" -authors = ["Parity Technologies , Akil Demir "] +authors = ["Parity Technologies , Akil Demir "] edition = "2021" rust-version = "1.74" diff --git a/substrate/genesis-liquidity/pallet/Cargo.toml b/substrate/genesis-liquidity/pallet/Cargo.toml index 99b71c4ce..5af38ef49 100644 --- a/substrate/genesis-liquidity/pallet/Cargo.toml +++ b/substrate/genesis-liquidity/pallet/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Genesis liquidity pallet for Serai" license = "AGPL-3.0-only" repository = "https://github.com/serai-dex/serai/tree/develop/substrate/genesis-liquidity/pallet" -authors = ["Akil Demir "] +authors = ["Akil Demir "] edition = "2021" rust-version = "1.77" diff --git a/substrate/genesis-liquidity/primitives/Cargo.toml b/substrate/genesis-liquidity/primitives/Cargo.toml index e795ff24b..ec05bbd6c 100644 --- a/substrate/genesis-liquidity/primitives/Cargo.toml +++ b/substrate/genesis-liquidity/primitives/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Serai genesis liquidity primitives" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/substrate/genesis-liquidity/primitives" -authors = ["Akil Demir "] +authors = ["Akil Demir "] edition = "2021" rust-version = "1.77"