balena-io-examples / balena-rust-hello-world

Example of how to deploy Rust code on a balena supported device.
https://www.balena.io/docs/learn/getting-started/raspberrypi3/rust/
Apache License 2.0
20 stars 8 forks source link

Use pinned stable version of Rust #16

Closed cyplo closed 5 years ago

cyplo commented 5 years ago

To avoid confusion if we need the nightly for anything, which we don't. Thank you @majorz for the suggestion.