Move to Rust 2021 edition

Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
Jacob Kiers 2024-02-29 22:03:59 +01:00
parent c3fb162732
commit 6255dc1c2f
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ keywords = ["bunq", "api"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/yuri91/bunq-rs"
authors = ["Yuri Iozzelli <y.iozzelli@gmail.com>"]
edition = "2018"
edition = "2021"
[dependencies]
anyhow = "1.0.79"