Skip to content

Commit ac82c70

Browse files
committed
feat(deps): use local-action-patched leptos
1 parent 623f188 commit ac82c70

File tree

2 files changed

+34
-57
lines changed

2 files changed

+34
-57
lines changed

Cargo.lock

Lines changed: 28 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ leptos_router = { version = "0.8", features = [ "nightly" ] }
6161
console_error_panic_hook = "0.1"
6262
wasm-bindgen = "=0.2.100"
6363

64+
[patch.crates-io]
65+
leptos = { git = 'https://github.com/johnbchron/leptos.git' }
66+
leptos_axum = { git = 'https://github.com/johnbchron/leptos.git' }
67+
leptos_meta = { git = 'https://github.com/johnbchron/leptos.git' }
68+
leptos_router = { git = 'https://github.com/johnbchron/leptos.git' }
69+
6470
[profile.wasm-release]
6571
codegen-units = 1
6672
inherits = "release"

0 commit comments

Comments
 (0)