diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index 77cd24050408e..381ca50d861b5 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -4,8 +4,9 @@ version = "0.1.0" authors = ["Kaspar Schleiser "] [dependencies] -riot = "0.1.0" +riot = "0.1.1" [profile.release] panic = "abort" lto = true +opt-level = "s"