@@ -26,7 +26,7 @@ authors = ["Rust for Web <info@rustforweb.org>"]
2626edition = " 2024"
2727license = " MIT"
2828repository = " https://github.com/RustForWeb/shield"
29- version = " 0.1 .0"
29+ version = " 0.2 .0"
3030
3131[workspace .dependencies ]
3232actix-files = " 0.6.6"
@@ -56,26 +56,26 @@ sea-orm-migration = "1.1.2"
5656secrecy = " 0.10.3"
5757serde = " 1.0.215"
5858serde_json = " 1.0.133"
59- shield = { path = " ./packages/core/shield" , version = " 0.1 .0" }
60- shield-actix = { path = " ./packages/integrations/shield-actix" , version = " 0.1 .0" }
61- shield-axum = { path = " ./packages/integrations/shield-axum" , version = " 0.1 .0" }
62- shield-bootstrap = { path = " ./packages/styles/shield-bootstrap" , version = " 0.1 .0" }
63- shield-credentials = { path = " ./packages/methods/shield-credentials" , version = " 0.1 .0" }
64- shield-diesel = { path = " ./packages/storage/shield-diesel" , version = " 0.1 .0" }
65- shield-dioxus = { path = " ./packages/integrations/shield-dioxus" , version = " 0.1 .0" }
66- shield-dioxus-axum = { path = " ./packages/integrations/shield-dioxus-axum" , version = " 0.1 .0" }
67- shield-email = { path = " ./packages/methods/shield-email" , version = " 0.1 .0" }
68- shield-leptos = { path = " ./packages/integrations/shield-leptos" , version = " 0.1 .0" }
69- shield-leptos-actix = { path = " ./packages/integrations/shield-leptos-actix" , version = " 0.1 .0" }
70- shield-leptos-axum = { path = " ./packages/integrations/shield-leptos-axum" , version = " 0.1 .0" }
71- shield-memory = { path = " ./packages/storage/shield-memory" , version = " 0.1 .0" }
72- shield-oauth = { path = " ./packages/methods/shield-oauth" , version = " 0.1 .0" }
73- shield-oidc = { path = " ./packages/methods/shield-oidc" , version = " 0.1 .0" }
74- shield-sea-orm = { path = " ./packages/storage/shield-sea-orm" , version = " 0.1 .0" }
75- shield-sqlx = { path = " ./packages/storage/shield-sqlx" , version = " 0.1 .0" }
76- shield-tower = { path = " ./packages/integrations/shield-tower" , version = " 0.1 .0" }
77- shield-webauthn = { path = " ./packages/methods/shield-webauthn" , version = " 0.1 .0" }
78- shield-workos = { path = " ./packages/methods/shield-workos" , version = " 0.1 .0" }
59+ shield = { path = " ./packages/core/shield" , version = " 0.2 .0" }
60+ shield-actix = { path = " ./packages/integrations/shield-actix" , version = " 0.2 .0" }
61+ shield-axum = { path = " ./packages/integrations/shield-axum" , version = " 0.2 .0" }
62+ shield-bootstrap = { path = " ./packages/styles/shield-bootstrap" , version = " 0.2 .0" }
63+ shield-credentials = { path = " ./packages/methods/shield-credentials" , version = " 0.2 .0" }
64+ shield-diesel = { path = " ./packages/storage/shield-diesel" , version = " 0.2 .0" }
65+ shield-dioxus = { path = " ./packages/integrations/shield-dioxus" , version = " 0.2 .0" }
66+ shield-dioxus-axum = { path = " ./packages/integrations/shield-dioxus-axum" , version = " 0.2 .0" }
67+ shield-email = { path = " ./packages/methods/shield-email" , version = " 0.2 .0" }
68+ shield-leptos = { path = " ./packages/integrations/shield-leptos" , version = " 0.2 .0" }
69+ shield-leptos-actix = { path = " ./packages/integrations/shield-leptos-actix" , version = " 0.2 .0" }
70+ shield-leptos-axum = { path = " ./packages/integrations/shield-leptos-axum" , version = " 0.2 .0" }
71+ shield-memory = { path = " ./packages/storage/shield-memory" , version = " 0.2 .0" }
72+ shield-oauth = { path = " ./packages/methods/shield-oauth" , version = " 0.2 .0" }
73+ shield-oidc = { path = " ./packages/methods/shield-oidc" , version = " 0.2 .0" }
74+ shield-sea-orm = { path = " ./packages/storage/shield-sea-orm" , version = " 0.2 .0" }
75+ shield-sqlx = { path = " ./packages/storage/shield-sqlx" , version = " 0.2 .0" }
76+ shield-tower = { path = " ./packages/integrations/shield-tower" , version = " 0.2 .0" }
77+ shield-webauthn = { path = " ./packages/methods/shield-webauthn" , version = " 0.2 .0" }
78+ shield-workos = { path = " ./packages/methods/shield-workos" , version = " 0.2 .0" }
7979thiserror = " 2.0.7"
8080tokio = " 1.42.0"
8181tower-layer = " 0.3.3"
0 commit comments