From e7a12cf81c574693a0feaf0857514be1674de598 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 26 Jan 2025 17:12:56 +0100 Subject: feat: switch to MIT --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 90adfe1..40ac890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A custom highlighter for `iced`'s TextEditor widget that uses you authors = ["pml68 "] version = "0.1.0" edition = "2021" -license = "GPL-3.0-or-later" +license = "MIT" repository = "https://github.com/pml68/iced_custom_highlighter" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] @@ -12,7 +12,7 @@ rust-version = "1.80" [dependencies] iced_widget = "0.13.4" -syntect = { version = "5.1", default-features = false, features = ["default-syntaxes", "regex-onig"] } +syntect = { version = "5.2", default-features = false, features = ["default-syntaxes", "regex-onig"] } [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] -- cgit v1.2.3