Skip to content

Commit

Permalink
Merge master; Reset unrelated changes from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelSarle committed Nov 29, 2024
2 parents 393d990 + 053e5dd commit 85af8a6
Show file tree
Hide file tree
Showing 2 changed files with 929 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/protoflow-zeromq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ publish.workspace = true
[features]
default = ["all", "std"]
all = ["tracing"]
std = ["protoflow-core/std", "tracing?/std"] #, "zeromq/default"]
std = ["protoflow-core/std", "tracing?/std"]
tracing = ["protoflow-core/tracing", "dep:tracing"]
unstable = ["protoflow-core/unstable"]

Expand All @@ -27,6 +27,12 @@ cfg_aliases.workspace = true
[dependencies]
protoflow-core.workspace = true
tracing = { version = "0.1", default-features = false, optional = true }
#zeromq = { version = "0.4", default-features = false }
zeromq = { version = "0.4.1", default-features = false, features = [
"tokio-runtime",
"all-transport",
] }
tokio = { version = "1.40.0", default-features = false }
parking_lot = "0.12"

[dev-dependencies]
futures-util = "0.3.31"
Loading

0 comments on commit 85af8a6

Please sign in to comment.