diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -8,11 +8,15 @@ license = "MIT" repository = "https://github.com/pml68/iced_custom_highlighter" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] -rust-version = "1.80" +rust-version = "1.88" [dependencies] -syntect = { version = "5.2", default-features = false, features = ["regex-fancy"] } -two-face = { version = "0.4.3", default-features = false, features = ["syntect-fancy"] } +syntect = { version = "5.2", default-features = false, features = [ + "regex-fancy", +] } +two-face = { version = "0.4", default-features = false, features = [ + "syntect-fancy", +] } [dependencies.iced_core] git = "https://github.com/pml68/iced" |
