From 0587466a89f5786a33410cd096e578bfadb0d72b Mon Sep 17 00:00:00 2001 From: Roman Chumak Date: Fri, 18 Jul 2025 15:28:11 +0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1074f2b..a78fb9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "egui_code_editor" authors = ["Roman Chumak "] -version = "0.2.16" +version = "0.2.17" edition = "2021" license = "MIT" repository = "https://github.com/p4ymak/egui_code_editor"