diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,9 +22,9 @@ iced_widget.workspace = true unicode-segmentation.workspace = true [workspace.dependencies] -iced_widget = { git = "https://github.com/iced-rs/iced" } +iced_widget = { git = "https://github.com/iced-rs/iced", branch = "master" } unicode-segmentation = "1.0" -iced = { git = "https://github.com/iced-rs/iced" } +iced = { git = "https://github.com/iced-rs/iced", branch = "master" } open = "5.3" [workspace] |
