diff --git a/packages/leptos-shadcn-ui/Cargo.toml b/packages/leptos-shadcn-ui/Cargo.toml index 8ac7fc6..5e0f4c8 100644 --- a/packages/leptos-shadcn-ui/Cargo.toml +++ b/packages/leptos-shadcn-ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos-shadcn-ui" -version = "0.3.0" +version = "0.3.1" edition = "2021" description = "A comprehensive collection of beautiful, accessible UI components built for Leptos v0.8+, inspired by shadcn/ui. Modern Rust implementation with 100% test coverage, automated testing infrastructure, and production-ready quality standards." homepage = "https://github.com/cloud-shuttle/leptos-shadcn-ui" @@ -75,7 +75,7 @@ leptos-shadcn-registry = { version = "0.1.0", optional = true } # Additional dependencies tailwind_fuse = "0.3" -lucide-leptos = "2.32.0" +leptos-lucide-rs = "0.1.8" gloo-timers = "0.3" [features]