From 2b5f9d011f5a745b7e04e23c518dd79e4c569366 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Sat, 20 Jun 2026 23:03:36 -0400 Subject: [PATCH] Use notifications category of Lucide icons --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a91d656..624d52a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ diesel = { version = "2.3.10", optional = true, features = [ "postgres" ] } diesel_migrations = { version = "2.3.2", optional = true, features = [ "postgres" ] } dioxus = { version = "0.7.9", features = ["router", "fullstack"] } dotenvy = { version = "0.15.7", optional = true } -lucide-dioxus = "3.11.0" +lucide-dioxus = { version = "3.11.0", features = ["notifications"] } serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" tracing = "0.1.44"