Skip to content

Commit

Permalink
Update leptos* dependencies to use "stable" feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Jun 2, 2023
1 parent 2d8e420 commit 1b1ce5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/envman/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ axum = { version = "0.6.18", optional = true }
hyper = { version = "0.14.26", optional = true }
leptos = { version = "0.3.0", default-features = false, features = ["serde", "stable"] }
leptos_axum = { version = "0.3.0", optional = true }
leptos_meta = { version = "0.3.0", default-features = false }
leptos_router = { version = "0.3.0", default-features = false }
leptos_meta = { version = "0.3.0", default-features = false, features = ["stable"] }
leptos_router = { version = "0.3.0", default-features = false, features = ["stable"] }
tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.4.0", optional = true, features = ["fs"] }
tracing = { version = "0.1.37", optional = true }
Expand Down

0 comments on commit 1b1ce5a

Please sign in to comment.