diff --git a/actuator/robstride/Cargo.toml b/actuator/robstride/Cargo.toml index 3b83080..1727040 100644 --- a/actuator/robstride/Cargo.toml +++ b/actuator/robstride/Cargo.toml @@ -27,7 +27,7 @@ clap = { version = "4.3", features = ["derive"] } serde = { version = "^1.0", features = ["derive"] } [target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies] -serialport = "^4.2.0" +serialport = { version = "^4.2.0", default-features = false } [[bin]]