From 3b528bdb7070522212e2a2c504d6361df76ed582 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Fri, 21 Nov 2025 11:48:57 +0100 Subject: feat: switch to iced upstream --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3f9049..d91bdfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.88" [dependencies] -syntect = { version = "5.2", default-features = false, features = [ +syntect = { version = "5.3", default-features = false, features = [ "regex-fancy", ] } two-face = { version = "0.4", default-features = false, features = [ @@ -19,12 +19,12 @@ two-face = { version = "0.4", default-features = false, features = [ ] } [dependencies.iced_core] -git = "https://github.com/pml68/iced" -branch = "feat/rehighlight-on-redraw" +git = "https://github.com/iced-rs/iced" +branch = "master" [dev-dependencies.iced] -git = "https://github.com/pml68/iced" -branch = "feat/rehighlight-on-redraw" +git = "https://github.com/iced-rs/iced" +branch = "master" [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] -- cgit v1.2.3