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 Nov 18, 2016
1 parent 2c6b005 commit 590a22c
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 590a22c

Please sign in to comment.