Skip to content

Commit

Permalink
Disable dependency broken by Rust 1.80+.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Oct 9, 2024
1 parent bdf3a18 commit cfe11f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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"] #, "zeromq/default"]
tracing = ["protoflow-core/tracing", "dep:tracing"]
unstable = ["protoflow-core/unstable"]

Expand All @@ -27,6 +27,6 @@ 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", default-features = false }

[dev-dependencies]

0 comments on commit cfe11f8

Please sign in to comment.