aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml10
1 files 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"]