Skip to content

Commit

Permalink
squash: optimize for size when doing release build, bump riot crate v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
kaspar030 committed Oct 7, 2016
1 parent 531747e commit cb33876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ version = "0.1.0"
authors = ["Kaspar Schleiser <[email protected]>"]

[dependencies]
riot = "0.1.0"
riot = "0.1.1"

[profile.release]
panic = "abort"
lto = true
opt-level = "s"

0 comments on commit cb33876

Please sign in to comment.