diff --git a/ports/geckolib/Cargo.toml b/ports/geckolib/Cargo.toml index 7fb25cc81b0e..8f94e3ce9bab 100644 --- a/ports/geckolib/Cargo.toml +++ b/ports/geckolib/Cargo.toml @@ -7,7 +7,7 @@ license = "MPL-2.0" [lib] name = "geckoservo" path = "lib.rs" -crate-type = ["staticlib"] +crate-type = ["staticlib", "rlib"] [dependencies] app_units = "0.3"