aboutsummaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-17 08:57:16 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-12-17 10:17:28 +0100
commit1dfd8694c6dfa31ba154456cd17ef2efe6bd7c7a (patch)
tree01e05b540040aa21ca620cbc6479d99b1c462853 /.builds
parent1ea7b2476d9a5f97ddf43f999306a70d7c5167d3 (diff)
downloadntw-1dfd8694c6dfa31ba154456cd17ef2efe6bd7c7a.tar.gz
ntw-1dfd8694c6dfa31ba154456cd17ef2efe6bd7c7a.tar.bz2
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.
Diffstat (limited to '.builds')
-rw-r--r--.builds/archlinux.yml2
1 files changed, 1 insertions, 1 deletions
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