From 173495768552970c4cde1a33d13d0567b7a35d3a Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Tue, 7 Dec 2021 11:52:34 +0100 Subject: [PATCH] build(core): update rust edition to 2021 [no changelog] --- core/embed/rust/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/embed/rust/Cargo.toml b/core/embed/rust/Cargo.toml index e92087d98..f7d598b9b 100644 --- a/core/embed/rust/Cargo.toml +++ b/core/embed/rust/Cargo.toml @@ -2,8 +2,7 @@ name = "trezor_lib" version = "0.1.0" authors = ["SatoshiLabs "] -edition = "2018" -resolver = "2" +edition = "2021" build = "build.rs" [features]