diff --git a/.gitignore b/.gitignore index fe4ef4e5f..8f263967b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,5 @@ Cargo.lock .direnv .envrc -.vscode \ No newline at end of file +.vscode +vendor \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index d73eab9b8..a700ed41c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,22 +26,22 @@ members = [ exclude = ["benchmarks", "examples"] [workspace.package] -version = "0.5.5" +version = "0.5.6" [workspace.dependencies] -leptos = { path = "./leptos", version = "0.5.5" } -leptos_dom = { path = "./leptos_dom", version = "0.5.5" } -leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.5.5" } -leptos_macro = { path = "./leptos_macro", version = "0.5.5" } -leptos_reactive = { path = "./leptos_reactive", version = "0.5.5" } -leptos_server = { path = "./leptos_server", version = "0.5.5" } -server_fn = { path = "./server_fn", version = "0.5.5" } -server_fn_macro = { path = "./server_fn_macro", version = "0.5.5" } -server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.5.5" } -leptos_config = { path = "./leptos_config", version = "0.5.5" } -leptos_router = { path = "./router", version = "0.5.5" } -leptos_meta = { path = "./meta", version = "0.5.5" } -leptos_integration_utils = { path = "./integrations/utils", version = "0.5.5" } +leptos = { path = "./leptos", version = "0.5.6" } +leptos_dom = { path = "./leptos_dom", version = "0.5.6" } +leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.5.6" } +leptos_macro = { path = "./leptos_macro", version = "0.5.6" } +leptos_reactive = { path = "./leptos_reactive", version = "0.5.6" } +leptos_server = { path = "./leptos_server", version = "0.5.6" } +server_fn = { path = "./server_fn", version = "0.5.6" } +server_fn_macro = { path = "./server_fn_macro", version = "0.5.6" } +server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.5.6" } +leptos_config = { path = "./leptos_config", version = "0.5.6" } +leptos_router = { path = "./router", version = "0.5.6" } +leptos_meta = { path = "./meta", version = "0.5.6" } +leptos_integration_utils = { path = "./integrations/utils", version = "0.5.6" } [profile.release] codegen-units = 1 diff --git a/integrations/axum/src/lib.rs b/integrations/axum/src/lib.rs index 841e1555a..26baee5b0 100644 --- a/integrations/axum/src/lib.rs +++ b/integrations/axum/src/lib.rs @@ -7,7 +7,7 @@ //! To run in this environment, you need to disable the default feature set and enable //! the `wasm` feature on `leptos_axum` in your `Cargo.toml`. //! ```toml -//! leptos_axum = { version = "0.5.5", default-features = false, features = ["wasm"] } +//! leptos_axum = { version = "", default-features = false, features = ["wasm"] } //! ``` //! //! ## Features diff --git a/meta/Cargo.toml b/meta/Cargo.toml index ca8bad4e7..839556fb5 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_meta" -version = "0.5.5" +version = "0.5.6" edition = "2021" authors = ["Greg Johnston"] license = "MIT" diff --git a/router/Cargo.toml b/router/Cargo.toml index af32723dd..eac94b195 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leptos_router" -version = "0.5.5" +version = "0.5.6" edition = "2021" authors = ["Greg Johnston"] license = "MIT"