From ea8d6ca71d9df0f5ba7b749b26b0556cebeb0ef8 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Sat, 15 Jul 2023 01:05:26 +0100 Subject: [PATCH] release 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ffc91a3..e68e5ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ homepage = "https://leptos-use.rs" leptos = "0.4" wasm-bindgen = "0.2" js-sys = "0.3" -default-struct-builder = { path = "../default-struct-builder" } +default-struct-builder = "0.4" num = { version = "0.4", optional = true } serde = { version = "1", optional = true } serde_json = { version = "1", optional = true }