From 6368049da454c33f40202e35cee076ca5676a92a Mon Sep 17 00:00:00 2001
From: Adam Doyle <adam@doordesk.net>
Date: Fri, 13 Sep 2024 23:24:40 -0400
Subject: [PATCH] update deps

---
 client/Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/client/Cargo.toml b/client/Cargo.toml
index a111039..0943a2c 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -15,6 +15,9 @@ serde_json = "1.0"
 leptos = { version = "0.7.0-beta", features = ["csr", "nightly"] }
 leptos_meta = { version = "0.7.0-beta" }
 leptos_router = { version = "0.7.0-beta", features = ["nightly"] }
+# leptos = { git = "https://github.com/leptos-rs/leptos.git", features = ["csr", "nightly"] }
+# leptos_meta = { git = "https://github.com/leptos-rs/leptos.git" }
+# leptos_router = { git = "https://github.com/leptos-rs/leptos.git", features = ["nightly"] }
 console_error_panic_hook = "0.1"
 console_log = "1"
 log = "0.4"