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 ",