From 6255dc1c2f506b82627292204cb941cece97802b Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Thu, 29 Feb 2024 22:03:59 +0100 Subject: [PATCH] Move to Rust 2021 edition Signed-off-by: Jacob Kiers --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b812fa2..db304d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,7 @@ keywords = ["bunq", "api"] license = "MIT OR Apache-2.0" repository = "https://github.com/yuri91/bunq-rs" authors = ["Yuri Iozzelli "] -edition = "2018" - +edition = "2021" [dependencies] anyhow = "1.0.79"