Skip to content

Commit 78023ee

Browse files
v0.1.0
1 parent 73c9c8b commit 78023ee

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

Cargo.lock

Lines changed: 26 additions & 26 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
@@ -7,7 +7,7 @@ authors = ["Rust for Web <[email protected]>"]
77
edition = "2024"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/shield"
10-
version = "0.0.4"
10+
version = "0.1.0"
1111

1212
[workspace.dependencies]
1313
actix-files = "0.6.6"
@@ -35,26 +35,26 @@ sea-orm-migration = "1.1.2"
3535
secrecy = "0.10.3"
3636
serde = "1.0.215"
3737
serde_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" }
5858
thiserror = "2.0.7"
5959
tokio = "1.42.0"
6060
tower-layer = "0.3.3"

0 commit comments

Comments
 (0)