提交 7dffff67 authored 作者: Serhij S's avatar Serhij S

removed quanta fixed ver

上级 bca975d6
...@@ -53,7 +53,6 @@ rflow = { version = "^0.1.1", optional = true, default-features = false } ...@@ -53,7 +53,6 @@ rflow = { version = "^0.1.1", optional = true, default-features = false }
once_cell = { version = "1.19.0", optional = true } once_cell = { version = "1.19.0", optional = true }
parking_lot = { version = "0.12.3", optional = true } parking_lot = { version = "0.12.3", optional = true }
parking_lot_rt = { version = "0.12.1", optional = true } parking_lot_rt = { version = "0.12.1", optional = true }
quanta = { version = "=0.12.3", optional = true }
serde_json = { version = "1.0.134", optional = true } serde_json = { version = "1.0.134", optional = true }
rmp-serde = { version = "1.3.0", optional = true } rmp-serde = { version = "1.3.0", optional = true }
...@@ -66,7 +65,7 @@ pipe = ["tokio/process", "tokio/io-util", "tokio/macros", "tokio/rt", "tokio/tim ...@@ -66,7 +65,7 @@ pipe = ["tokio/process", "tokio/io-util", "tokio/macros", "tokio/rt", "tokio/tim
rvideo = ["dep:rvideo"] rvideo = ["dep:rvideo"]
rflow = ["dep:rflow"] rflow = ["dep:rflow"]
modbus = ["rmodbus"] modbus = ["rmodbus"]
metrics = ["dep:metrics", "metrics-exporter-prometheus", "metrics-exporter-scope", "tokio", "quanta"] metrics = ["dep:metrics", "metrics-exporter-prometheus", "metrics-exporter-scope", "tokio"]
async = ["dep:parking_lot_rt"] async = ["dep:parking_lot_rt"]
full = ["eapi", "modbus", "metrics", "pipe", "rvideo", "rflow", "async", "json", "msgpack"] full = ["eapi", "modbus", "metrics", "pipe", "rvideo", "rflow", "async", "json", "msgpack"]
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论