From 4deb7470413a9d53323f6bedf26882ad2b0844a6 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 11 Apr 2025 08:32:50 +0100 Subject: feat: nicks and avatars --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2fc7ebe..8a324c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit