aboutsummaryrefslogtreecommitdiff
path: root/.builds
Commit message (Collapse)AuthorAge
* Test both stable and MSRV Rust versionsRobin Krahl2019-12-17
| | | | | | | Previously, the CI builds only ran on the MSRV Rust version 1.37.0. This patch changes the Rust version for the archlinux build to stable and introduces a new archlinux-msrv build that tries to compile ntw with the MSRV.
* Update static_assertions to 1.1.0Robin Krahl2019-12-17
| | | | | | | This patch updates the static_assertions dependency to 1.1.0. This bumps the minimum supported Rust version to 1.37.0. As the labels have been removed in version 1.0.0, we can now call the assertion macros without an additional label.
* Update dependencies to newest versionsRobin Krahl2019-12-17
| | | | | | | | | | | This patch updates all dependencies to the newest versions (except static_assertions). It replaces the Git versions of stm32f103xx-usb and usb-device with crates.io versions of stm32-usbd (via stm32f1xx-hal) and usb-device. This bumps the minimum supported Rust version to 1.36.0 (for stm32-usbd). static_assertions is not updated as it would require an even newer Rust version.
* Use reuse AUR package in lint buildRobin Krahl2019-12-17
|
* Select minimal profile in CI build scriptRobin Krahl2019-12-16
| | | | | To avoid the installation of unnecessary components, we set the rustup profile to minimal in the CI build script archlinux.yml.
* Pin Rust version in CI build script to 1.34.2Robin Krahl2019-12-16
| | | | | For easier debugging and migration, we pin the Rust version in the CI build script archlinux.yml to 1.34.2.
* Output binary size after compilation in build scriptRobin Krahl2019-02-20
|
* Initial commitRobin Krahl2019-02-18