aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-03-23 00:10:13 +0100
committerpml68 <contact@pml68.dev>2025-03-23 00:13:04 +0100
commita112785b008d98d86be84d8a39bc37bc2a7647be (patch)
tree6e1606732d02799ff0b0eb2ada7129e5e3420f53 /Cargo.toml
parentdocs: update README (diff)
downloadiced_custom_highlighter-a112785b008d98d86be84d8a39bc37bc2a7647be.tar.gz
feat: switch from specific ref to master branch
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index eb7f89f..197c876 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ two-face = "0.4.3"
[dependencies.iced_core]
git = "https://github.com/pml68/iced"
-rev = "3a491669e7fecf21c261de63dcb1e8069063648f"
+branch = "feat/rehighlight-on-redraw"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]