Browse Source

use git version of server functions

Evan Almloff 2 years ago
parent
commit
830dd6fa97
2 changed files with 2 additions and 3 deletions
  1. 1 1
      packages/server/Cargo.toml
  2. 1 2
      packages/server/server-macro/Cargo.toml

+ 1 - 1
packages/server/Cargo.toml

@@ -7,7 +7,7 @@ edition = "2021"
 
 
 [dependencies]
 [dependencies]
 # server functions
 # server functions
-server_fn = { path = "D:/Users/Desktop/github/leptos/server_fn", features = ["stable"] }
+server_fn = { git = "https://github.com/leptos-rs/leptos", rev = "a9e6590b5e7f1c0b01da7db7b86719cb18a4aaa1", features = ["stable"] }
 server_macro = { path = "server-macro" }
 server_macro = { path = "server-macro" }
 
 
 # warp
 # warp

+ 1 - 2
packages/server/server-macro/Cargo.toml

@@ -7,8 +7,7 @@ edition = "2021"
 
 
 [dependencies]
 [dependencies]
 quote = "1.0.26"
 quote = "1.0.26"
-# server_fn_macro = { git = "https://github.com/leptos-rs/leptos", rev = "1e037ecb60965c7c55fd781fdc8de7863ffd102b", features = ["stable"] }
-server_fn_macro = { path = "D:/Users/Desktop/github/leptos/server_fn_macro", features = ["stable"] }
+server_fn_macro = { git = "https://github.com/leptos-rs/leptos", rev = "a9e6590b5e7f1c0b01da7db7b86719cb18a4aaa1", features = ["stable"] }
 syn = { version = "1", features = ["full"] }
 syn = { version = "1", features = ["full"] }
 
 
 [lib]
 [lib]