From b44d37db32ba9740521b49d1f043be2f81d7f7ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= <tuxmain@zettascript.org>
Date: Fri, 3 Dec 2021 15:26:51 +0100
Subject: [PATCH] Edition 2018 -> 2021

---
 Cargo.toml            | 2 +-
 bda/Cargo.toml        | 2 +-
 conf/Cargo.toml       | 2 +-
 db/Cargo.toml         | 2 +-
 dbs-reader/Cargo.toml | 2 +-
 indexer/Cargo.toml    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index b29c4ed..9d585c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "duniter-gva"
 version = "0.1.0"
 authors = ["librelois <elois@duniter.org>"]
 license = "AGPL-3.0"
-edition = "2018"
+edition = "2021"
 repository = "https://git.duniter.org/nodes/rust/modules/duniter-gva"
 
 [dependencies]
diff --git a/bda/Cargo.toml b/bda/Cargo.toml
index d6e1a71..8e488c8 100644
--- a/bda/Cargo.toml
+++ b/bda/Cargo.toml
@@ -3,7 +3,7 @@ name = "duniter-bda"
 version = "0.1.0"
 authors = ["librelois <elois@duniter.org>"]
 license = "AGPL-3.0"
-edition = "2018"
+edition = "2021"
 
 [dependencies]
 anyhow = "1.0.33"
diff --git a/conf/Cargo.toml b/conf/Cargo.toml
index 7540baa..98d0a99 100644
--- a/conf/Cargo.toml
+++ b/conf/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["elois <elois@duniter.org>"]
 description = "Duniter GVA DB"
 repository = "https://git.duniter.org/nodes/rust/modules/duniter-gva"
 license = "AGPL-3.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
 path = "src/lib.rs"
diff --git a/db/Cargo.toml b/db/Cargo.toml
index 1cb967e..5bd1d57 100644
--- a/db/Cargo.toml
+++ b/db/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["elois <elois@duniter.org>"]
 description = "Duniter GVA DB"
 repository = "https://git.duniter.org/nodes/rust/modules/duniter-gva"
 license = "AGPL-3.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
 path = "src/lib.rs"
diff --git a/dbs-reader/Cargo.toml b/dbs-reader/Cargo.toml
index b25a488..fad3a79 100644
--- a/dbs-reader/Cargo.toml
+++ b/dbs-reader/Cargo.toml
@@ -6,7 +6,7 @@ description = "Duniter GVA DBs read operations"
 repository = "https://git.duniter.org/nodes/rust/modules/duniter-gva"
 keywords = ["dubp", "duniter", "blockchain", "database"]
 license = "AGPL-3.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
 path = "src/lib.rs"
diff --git a/indexer/Cargo.toml b/indexer/Cargo.toml
index 49732e4..0ad7e6c 100644
--- a/indexer/Cargo.toml
+++ b/indexer/Cargo.toml
@@ -6,7 +6,7 @@ description = "Duniter GVA DB writer"
 repository = "https://git.duniter.org/nodes/rust/modules/duniter-gva"
 keywords = ["dubp", "duniter", "blockchain", "database"]
 license = "AGPL-3.0"
-edition = "2018"
+edition = "2021"
 
 [lib]
 path = "src/lib.rs"
-- 
GitLab