summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-17 23:15:38 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-09-17 23:15:38 +0200
commit86d396cf8bede8155bdd4a7d3f115a0108c67297 (patch)
treeeb1d769dd4a0fc8d86714134f5a016751302fd96 /Cargo.toml
parent790c0dabcf0a50a2466e47daeb4f1e149b2ede5a (diff)
downloadiced-86d396cf8bede8155bdd4a7d3f115a0108c67297.tar.gz
iced-86d396cf8bede8155bdd4a7d3f115a0108c67297.tar.bz2
iced-86d396cf8bede8155bdd4a7d3f115a0108c67297.zip
Avoid adding unnecessary spans when syntax highlighting
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 70f84460..ac59085d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -154,7 +154,7 @@ winit = { git = "https://github.com/iced-rs/winit.git", rev = "c52db2045d0a2f1b8
[patch.crates-io.cosmic-text]
git = "https://github.com/hecrj/cosmic-text.git"
-rev = "cb83458e7d0b84ef37c5beb72dda5046d7d343a6"
+branch = "editor-fixes"
[patch.crates-io.rangemap]
git = "https://github.com/hecrj/rangemap.git"