Skip to content

Commit

Permalink
Fix build for test feature
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Sep 14, 2024
1 parent d95fb24 commit 5a74ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tracing-error = "0.2.0"
color-eyre = "0.6.3"
tracing-forest = { version = "0.1.6", features = ["ansi"] }
tracing-subscriber = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "process"] }
tokio = { workspace = true, features = ["rt-multi-thread"] }

[[bench]]
name = "image_array"
Expand All @@ -76,7 +76,7 @@ required-features = ["client", "camera", "test"]
all-devices = ["camera", "covercalibrator", "dome", "filterwheel", "focuser", "observingconditions", "rotator", "safetymonitor", "switch", "telescope"]

__anydevice = []
test = []
test = ["tokio/process"]

camera = ["__anydevice", "dep:bytemuck", "dep:mediatype", "dep:ndarray", "dep:serde-ndim", "dep:time"]
covercalibrator = ["__anydevice"]
Expand Down

0 comments on commit 5a74ad5

Please sign in to comment.