Skip to content

Commit e36d561

Browse files
v0.2.0
1 parent 1c8fb91 commit e36d561

2 files changed

Lines changed: 48 additions & 48 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ authors = ["Rust for Web <info@rustforweb.org>"]
2626
edition = "2024"
2727
license = "MIT"
2828
repository = "https://github.com/RustForWeb/shield"
29-
version = "0.1.0"
29+
version = "0.2.0"
3030

3131
[workspace.dependencies]
3232
actix-files = "0.6.6"
@@ -56,26 +56,26 @@ sea-orm-migration = "1.1.2"
5656
secrecy = "0.10.3"
5757
serde = "1.0.215"
5858
serde_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" }
7979
thiserror = "2.0.7"
8080
tokio = "1.42.0"
8181
tower-layer = "0.3.3"

0 commit comments

Comments
 (0)