Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ pedantic = { level = "warn", priority = -1 }
zrx-diagnostic = { version = "0.0.1", path = "crates/zrx-diagnostic" }
zrx-event = { version = "0.0.1", path = "crates/zrx-event" }
zrx-executor = { version = "0.0.1", path = "crates/zrx-executor" }
zrx-graph = { version = "0.0.4", path = "crates/zrx-graph" }
zrx-id = { version = "0.0.6", path = "crates/zrx-id" }
zrx-graph = { version = "0.0.5", path = "crates/zrx-graph" }
zrx-id = { version = "0.0.7", path = "crates/zrx-id" }
zrx-path = { version = "0.0.1", path = "crates/zrx-path" }
zrx-scheduler = { version = "0.0.6", path = "crates/zrx-scheduler" }
zrx-store = { version = "0.0.2", path = "crates/zrx-store" }
zrx-stream = { version = "0.0.6", path = "crates/zrx-stream" }
zrx-scheduler = { version = "0.0.7", path = "crates/zrx-scheduler" }
zrx-store = { version = "0.0.3", path = "crates/zrx-store" }
zrx-stream = { version = "0.0.7", path = "crates/zrx-stream" }

ahash = "0.8.12"
crossbeam = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/zrx-graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[package]
name = "zrx-graph"
version = "0.0.4"
version = "0.0.5"
description = "Graph construction and traversal utilities"
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/zrx-id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[package]
name = "zrx-id"
version = "0.0.6"
version = "0.0.7"
description = "Identifier abstractions and utilities"
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/zrx-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[package]
name = "zrx-scheduler"
version = "0.0.6"
version = "0.0.7"
description = "Scheduler for workflow execution"
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/zrx-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[package]
name = "zrx-store"
version = "0.0.2"
version = "0.0.3"
description = "Store abstractions and utilities"
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/zrx-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[package]
name = "zrx-stream"
version = "0.0.6"
version = "0.0.7"
description = "Stream interface"
edition.workspace = true
rust-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/zrx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

[package]
name = "zrx"
version = "0.0.9"
version = "0.0.10"
description = "Zen Reactive Extensions"
edition.workspace = true
rust-version.workspace = true
Expand Down