diff options
| author | pml68 <contact@pml68.dev> | 2025-03-23 00:10:13 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-03-23 00:13:04 +0100 |
| commit | a112785b008d98d86be84d8a39bc37bc2a7647be (patch) | |
| tree | 6e1606732d02799ff0b0eb2ada7129e5e3420f53 /Cargo.toml | |
| parent | docs: update README (diff) | |
| download | iced_custom_highlighter-a112785b008d98d86be84d8a39bc37bc2a7647be.tar.gz | |
feat: switch from specific ref to master branch
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |
