Skip to content

Commit 0fd3769

Browse files
v0.0.4
1 parent 7dbac7d commit 0fd3769

File tree

17 files changed

+42
-42
lines changed

17 files changed

+42
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Rust For Web <[email protected]>"]
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/RustForWeb/shield"
10-
version = "0.0.3"
10+
version = "0.0.4"
1111

1212
[workspace.dependencies]
1313
actix-files = "0.6.6"

packages/integrations/shield-actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ version.workspace = true
1212
actix-session.workspace = true
1313
actix-utils.workspace = true
1414
actix-web.workspace = true
15-
shield = { path = "../../core/shield", version = "0.0.3" }
15+
shield = { path = "../../core/shield", version = "0.0.4" }

packages/integrations/shield-axum/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ async-trait.workspace = true
1313
axum.workspace = true
1414
serde.workspace = true
1515
serde_json.workspace = true
16-
shield = { path = "../../core/shield", version = "0.0.3" }
17-
shield-tower = { path = "../shield-tower", version = "0.0.3" }
16+
shield = { path = "../../core/shield", version = "0.0.4" }
17+
shield-tower = { path = "../shield-tower", version = "0.0.4" }

packages/integrations/shield-leptos-actix/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ version.workspace = true
1212
async-trait.workspace = true
1313
leptos.workspace = true
1414
leptos_actix.workspace = true
15-
shield = { path = "../../core/shield", version = "0.0.3" }
16-
shield-actix = { path = "../../integrations/shield-actix", version = "0.0.3" }
17-
shield-leptos = { path = "../../integrations/shield-leptos", version = "0.0.3" }
15+
shield = { path = "../../core/shield", version = "0.0.4" }
16+
shield-actix = { path = "../../integrations/shield-actix", version = "0.0.4" }
17+
shield-leptos = { path = "../../integrations/shield-leptos", version = "0.0.4" }

packages/integrations/shield-leptos-axum/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ version.workspace = true
1212
async-trait.workspace = true
1313
leptos.workspace = true
1414
leptos_axum.workspace = true
15-
shield = { path = "../../core/shield", version = "0.0.3" }
16-
shield-axum = { path = "../../integrations/shield-axum", version = "0.0.3" }
17-
shield-leptos = { path = "../../integrations/shield-leptos", version = "0.0.3" }
15+
shield = { path = "../../core/shield", version = "0.0.4" }
16+
shield-axum = { path = "../../integrations/shield-axum", version = "0.0.4" }
17+
shield-leptos = { path = "../../integrations/shield-leptos", version = "0.0.4" }

packages/integrations/shield-leptos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ version.workspace = true
1212
async-trait.workspace = true
1313
leptos.workspace = true
1414
serde.workspace = true
15-
shield = { path = "../../core/shield", version = "0.0.3" }
15+
shield = { path = "../../core/shield", version = "0.0.4" }

packages/integrations/shield-tower/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version.workspace = true
1111
[dependencies]
1212
async-trait.workspace = true
1313
http.workspace = true
14-
shield = { path = "../../core/shield", version = "0.0.3" }
14+
shield = { path = "../../core/shield", version = "0.0.4" }
1515
tower-layer.workspace = true
1616
tower-service.workspace = true
1717
tower-sessions.workspace = true

packages/providers/shield-credentials/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ repository.workspace = true
99
version.workspace = true
1010

1111
[dependencies]
12-
shield = { path = "../../core/shield", version = "0.0.3" }
12+
shield = { path = "../../core/shield", version = "0.0.4" }

packages/providers/shield-email/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ repository.workspace = true
99
version.workspace = true
1010

1111
[dependencies]
12-
shield = { path = "../../core/shield", version = "0.0.3" }
12+
shield = { path = "../../core/shield", version = "0.0.4" }

0 commit comments

Comments
 (0)