Skip to content

Commit

Permalink
Update Rust crate leptos to v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2024
1 parent 93579a2 commit 9f78c49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sources/web-gen-api-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ axum = { version = "0.6.4", optional = true }
console_error_panic_hook = "0.1"
console_log = "1"
cfg-if = "1"
leptos = { version = "0.4", features = ["nightly"] }
leptos = { version = "0.5", features = ["nightly"] }
leptos_axum = { version = "0.4", optional = true }
leptos_meta = { version = "0.4", features = ["nightly"] }
leptos_router = { version = "0.4", features = ["nightly"] }
Expand Down
2 changes: 1 addition & 1 deletion sources/web-gen-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ actix-web = { version = "4", optional = true, features = ["macros"] }
console_error_panic_hook = "0.1"
cfg-if = "1"
http = { version = "0.2", optional = true }
leptos = { version = "0.4", features = ["nightly"] }
leptos = { version = "0.5", features = ["nightly"] }
leptos_meta = { version = "0.4", features = ["nightly"] }
leptos_actix = { version = "0.4", optional = true }
leptos_router = { version = "0.4", features = ["nightly"] }
Expand Down
2 changes: 1 addition & 1 deletion sources/web-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ color-eyre = "0.6.2"
futures = "0.3.28"
irust = "1.70.0"
js-sys = "0.3.64"
leptos = { version = "0.4.5", features = ["csr", "nightly"] }
leptos = { version = "0.5.5", features = ["csr", "nightly"] }
leptos_router = "0.4.5"
rand = "0.8.5"
serde = { version = "1.0.174", features = ["derive"] }
Expand Down

0 comments on commit 9f78c49

Please sign in to comment.