Skip to content

Commit

Permalink
Fix coordinate drift and remove crates.io patch
Browse files Browse the repository at this point in the history
  • Loading branch information
BakerNet committed Oct 19, 2024
1 parent b1501d3 commit cf784e2
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 68 deletions.
122 changes: 71 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ opt-level = 'z'
lto = true
codegen-units = 1
panic = "abort"

[patch.crates-io]
leptos = { git = "https://github.com/leptos-rs/leptos", rev = "699c54e16cea34e4e2353a0f447c4cea02b41b99" }
leptos_axum = { git = "https://github.com/leptos-rs/leptos", rev = "699c54e16cea34e4e2353a0f447c4cea02b41b99", optional = true }
leptos_meta = { git = "https://github.com/leptos-rs/leptos", rev = "699c54e16cea34e4e2353a0f447c4cea02b41b99" }
leptos_router = { git = "https://github.com/leptos-rs/leptos", rev = "699c54e16cea34e4e2353a0f447c4cea02b41b99" }
server_fn = { git = "https://github.com/leptos-rs/leptos", rev = "699c54e16cea34e4e2353a0f447c4cea02b41b99" }
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ leptos = { version = "0.7.0-gamma", features = ["nightly"] }
leptos_axum = { version = "0.7.0-gamma", optional = true }
leptos_meta = { version = "0.7.0-gamma" }
leptos_router = { version = "0.7.0-gamma", features = ["nightly"] }
leptos-use = { version = "0.14.0-beta" }
leptos-use = { version = "0.14.0-gamma" }
log = "0.4"
nanoid = { version = "0.4", optional = true }
oauth2 = { version = "4.4", optional = true }
Expand Down
Loading

0 comments on commit cf784e2

Please sign in to comment.