@@ -7,7 +7,7 @@ authors = ["Rust for Web <info@rustforweb.org>"]
77edition = " 2024"
88license = " MIT"
99repository = " https://github.com/RustForWeb/shield"
10- version = " 0.0.4 "
10+ version = " 0.1.0 "
1111
1212[workspace .dependencies ]
1313actix-files = " 0.6.6"
@@ -35,26 +35,26 @@ sea-orm-migration = "1.1.2"
3535secrecy = " 0.10.3"
3636serde = " 1.0.215"
3737serde_json = " 1.0.133"
38- shield = { path = " ./packages/core/shield" , version = " 0.0.4 " }
39- shield-actix = { path = " ./packages/integrations/shield-actix" , version = " 0.0.4 " }
40- shield-axum = { path = " ./packages/integrations/shield-axum" , version = " 0.0.4 " }
41- shield-bootstrap = { path = " ./packages/styles/shield-bootstrap" , version = " 0.0.4 " }
42- shield-credentials = { path = " ./packages/methods/shield-credentials" , version = " 0.0.4 " }
43- shield-diesel = { path = " ./packages/storage/shield-diesel" , version = " 0.0.4 " }
44- shield-dioxus = { path = " ./packages/integrations/shield-dioxus" , version = " 0.0.4 " }
45- shield-dioxus-axum = { path = " ./packages/integrations/shield-dioxus-axum" , version = " 0.0.4 " }
46- shield-email = { path = " ./packages/methods/shield-email" , version = " 0.0.4 " }
47- shield-leptos = { path = " ./packages/integrations/shield-leptos" , version = " 0.0.4 " }
48- shield-leptos-actix = { path = " ./packages/integrations/shield-leptos-actix" , version = " 0.0.4 " }
49- shield-leptos-axum = { path = " ./packages/integrations/shield-leptos-axum" , version = " 0.0.4 " }
50- shield-memory = { path = " ./packages/storage/shield-memory" , version = " 0.0.4 " }
51- shield-oauth = { path = " ./packages/methods/shield-oauth" , version = " 0.0.4 " }
52- shield-oidc = { path = " ./packages/methods/shield-oidc" , version = " 0.0.4 " }
53- shield-sea-orm = { path = " ./packages/storage/shield-sea-orm" , version = " 0.0.4 " }
54- shield-sqlx = { path = " ./packages/storage/shield-sqlx" , version = " 0.0.4 " }
55- shield-tower = { path = " ./packages/integrations/shield-tower" , version = " 0.0.4 " }
56- shield-webauthn = { path = " ./packages/methods/shield-webauthn" , version = " 0.0.4 " }
57- shield-workos = { path = " ./packages/methods/shield-workos" , version = " 0.0.4 " }
38+ shield = { path = " ./packages/core/shield" , version = " 0.1.0 " }
39+ shield-actix = { path = " ./packages/integrations/shield-actix" , version = " 0.1.0 " }
40+ shield-axum = { path = " ./packages/integrations/shield-axum" , version = " 0.1.0 " }
41+ shield-bootstrap = { path = " ./packages/styles/shield-bootstrap" , version = " 0.1.0 " }
42+ shield-credentials = { path = " ./packages/methods/shield-credentials" , version = " 0.1.0 " }
43+ shield-diesel = { path = " ./packages/storage/shield-diesel" , version = " 0.1.0 " }
44+ shield-dioxus = { path = " ./packages/integrations/shield-dioxus" , version = " 0.1.0 " }
45+ shield-dioxus-axum = { path = " ./packages/integrations/shield-dioxus-axum" , version = " 0.1.0 " }
46+ shield-email = { path = " ./packages/methods/shield-email" , version = " 0.1.0 " }
47+ shield-leptos = { path = " ./packages/integrations/shield-leptos" , version = " 0.1.0 " }
48+ shield-leptos-actix = { path = " ./packages/integrations/shield-leptos-actix" , version = " 0.1.0 " }
49+ shield-leptos-axum = { path = " ./packages/integrations/shield-leptos-axum" , version = " 0.1.0 " }
50+ shield-memory = { path = " ./packages/storage/shield-memory" , version = " 0.1.0 " }
51+ shield-oauth = { path = " ./packages/methods/shield-oauth" , version = " 0.1.0 " }
52+ shield-oidc = { path = " ./packages/methods/shield-oidc" , version = " 0.1.0 " }
53+ shield-sea-orm = { path = " ./packages/storage/shield-sea-orm" , version = " 0.1.0 " }
54+ shield-sqlx = { path = " ./packages/storage/shield-sqlx" , version = " 0.1.0 " }
55+ shield-tower = { path = " ./packages/integrations/shield-tower" , version = " 0.1.0 " }
56+ shield-webauthn = { path = " ./packages/methods/shield-webauthn" , version = " 0.1.0 " }
57+ shield-workos = { path = " ./packages/methods/shield-workos" , version = " 0.1.0 " }
5858thiserror = " 2.0.7"
5959tokio = " 1.42.0"
6060tower-layer = " 0.3.3"
0 commit comments