Skip to content

Commit

Permalink
Add the JobContext
Browse files Browse the repository at this point in the history
  • Loading branch information
photino committed Jan 8, 2025
1 parent f4aaf45 commit 53ba915
Show file tree
Hide file tree
Showing 36 changed files with 554 additions and 382 deletions.
10 changes: 5 additions & 5 deletions crates/zino-actix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zino-actix"
description = "Integrations with actix-web for zino."
version = "0.4.1"
version = "0.5.0"
rust-version = "1.80"
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -36,19 +36,19 @@ features = ["actix-web"]

[dependencies.zino-core]
path = "../zino-core"
version = "0.30.0"
version = "0.31.0"
features = ["runtime-tokio"]

[dependencies.zino-http]
path = "../zino-http"
version = "0.2.0"
version = "0.3.0"
features = ["http02"]

[dependencies.zino-orm]
path = "../zino-orm"
version = "0.2.0"
version = "0.3.0"
optional = true

[dependencies.zino-openapi]
path = "../zino-openapi"
version = "0.1.0"
version = "0.2.0"
2 changes: 1 addition & 1 deletion crates/zino-amis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ features = ["parse"]

[dependencies.zino-core]
path = "../zino-core"
version = "0.30.1"
version = "0.31.0"
features = ["tracing-subscriber"]
4 changes: 2 additions & 2 deletions crates/zino-auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zino-auth"
description = "Authentication and authorization for zino."
version = "0.2.1"
version = "0.3.0"
rust-version = "1.80"
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -84,4 +84,4 @@ default-features = false

[dependencies.zino-core]
path = "../zino-core"
version = "0.30.0"
version = "0.31.0"
8 changes: 4 additions & 4 deletions crates/zino-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@ features = ["axum"]

[dependencies.zino-core]
path = "../zino-core"
version = "0.30.0"
version = "0.31.0"
features = ["runtime-tokio"]

[dependencies.zino-http]
path = "../zino-http"
version = "0.2.0"
version = "0.3.0"

[dependencies.zino-orm]
path = "../zino-orm"
version = "0.2.0"
version = "0.3.0"
optional = true

[dependencies.zino-openapi]
path = "../zino-openapi"
version = "0.1.0"
version = "0.2.0"
4 changes: 2 additions & 2 deletions crates/zino-channel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zino-channel"
description = "Cloud events and subscriptions for zino."
version = "0.2.0"
version = "0.3.0"
rust-version = "1.80"
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -50,4 +50,4 @@ features = ["derive"]

[dependencies.zino-core]
path = "../zino-core"
version = "0.30.0"
version = "0.31.0"
4 changes: 2 additions & 2 deletions crates/zino-chatbot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zino-chatbot"
description = "Unified access to chatbot services for zino."
version = "0.2.0"
version = "0.3.0"
rust-version = "1.80"
edition = "2021"
license = "MIT"
Expand All @@ -23,5 +23,5 @@ default-features = false

[dependencies.zino-core]
path = "../zino-core"
version = "0.30.0"
version = "0.31.0"
features = ["http-client"]
2 changes: 1 addition & 1 deletion crates/zino-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ features = ["axum"]

[dependencies.zino-core]
path = "../zino-core"
version = "0.30.0"
version = "0.31.0"
4 changes: 2 additions & 2 deletions crates/zino-connector/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zino-connector"
description = "Unified connector to data sources for zino."
version = "0.1.1"
version = "0.2.0"
rust-version = "1.80"
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -106,4 +106,4 @@ optional = true

[dependencies.zino-core]
path = "../zino-core"
version = "0.30.0"
version = "0.31.0"
2 changes: 1 addition & 1 deletion crates/zino-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zino-core"
description = "Core types and traits for zino."
version = "0.30.1"
version = "0.31.0"
rust-version = "1.80"
edition = "2021"
license = "MIT"
Expand Down
Loading

0 comments on commit 53ba915

Please sign in to comment.