From 6e06a2097bab7b40acb2147ca09cc99bb7cf8bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20R=C3=B6ssler?= Date: Wed, 9 Feb 2022 12:34:38 +0100 Subject: [PATCH] set rust edition Co-authored-by: Emil Ernerfeldt --- egui_extras/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/egui_extras/Cargo.toml b/egui_extras/Cargo.toml index 6f46313b..cc4a0b93 100644 --- a/egui_extras/Cargo.toml +++ b/egui_extras/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "egui_extras" version = "0.16.0" -edition = "2018" +edition = "2021" +rust-version = "1.56" description = "Extra widgets for egui" authors = [ "René Rössler ",