From 1dfd8694c6dfa31ba154456cd17ef2efe6bd7c7a Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Tue, 17 Dec 2019 08:57:16 +0000 Subject: Update dependencies to newest versions 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. --- .builds/archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.builds') diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 133f942..7f708e8 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -8,7 +8,7 @@ sources: tasks: - setup: | rustup set profile minimal - rustup default 1.34.2 + rustup default 1.36.0 rustup target add thumbv7m-none-eabi rustup component add rustfmt rustup component add clippy -- cgit v1.2.1