diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ version = "0.1.0" edition = "2021" [dependencies] -iced = { git = "https://github.com/iced-rs/iced", features = ["tokio", "image"] } +iced = { version = "0.13.0", features = ["tokio", "image"] } filamento = { version = "0.1.0", git = "https://bunny.garden/luz" } jid = { version = "0.1.0", git = "https://bunny.garden/luz" } tokio = "1.43.0" |