diff options
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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"] |
