aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-03-12 20:36:57 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-03-13 10:15:35 +0100
commitf4485376a0bd95e13f868beba047838157c5e800 (patch)
tree513735e0a412ef12d3f593a008604c76fe436c71 /Cargo.toml
parentchore: bump MSRV to match iced's (diff)
downloadiced_custom_highlighter-f4485376a0bd95e13f868beba047838157c5e800.tar.gz
chore: necessary updates for iced-rs/iced@6690731
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 2538008..2cdbb72 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ rust-version = "1.92"
syntect = { version = "5.3", default-features = false, features = [
"regex-fancy",
] }
-two-face = { version = "0.4", default-features = false, features = [
+two-face = { version = "0.5", default-features = false, features = [
"syntect-fancy",
] }