Skip to content

Commit da6959d

Browse files
committed
feat: add stable leptos
1 parent 7bbc03b commit da6959d

File tree

5 files changed

+66
-104
lines changed

5 files changed

+66
-104
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ playwright/.cache/
1717
style/output.css
1818

1919
.zed/
20-
*.env
20+
*.env
21+
.idea/

Cargo.lock

Lines changed: 49 additions & 75 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ crate-type = ["cdylib", "rlib"]
99
[dependencies]
1010
axum = { version = "0.7", optional = true, features = ["macros"] }
1111
console_error_panic_hook = "0.1"
12-
leptos = { version = "0.7.0-rc3", features = ["rustls", "nightly"] }
13-
leptos_axum = { version = "0.7.0-rc3", optional = true }
14-
leptos_meta = { version = "0.7.0-rc3" }
15-
leptos_router = { version = "0.7.0-rc3", features = ["nightly"] }
12+
leptos = { version = "0.7.0", features = ["rustls", "nightly"] }
13+
leptos_axum = { version = "0.7.0", optional = true }
14+
leptos_meta = { version = "0.7.0" }
15+
leptos_router = { version = "0.7.0", features = ["nightly"] }
1616
tokio = { version = "1", features = ["rt-multi-thread"], optional = true }
17-
tower = { version = "0.4", optional = true }
18-
tower-http = { version = "0.5", features = [
17+
tower = { version = "0.5.1", optional = true }
18+
tower-http = { version = "0.6.2", features = [
1919
"fs",
2020
"trace",
2121
"cors",

0 commit comments

Comments
 (0)