aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-17 09:09:24 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-12-17 10:17:44 +0100
commit5724b87a1c9fcf66e6205af6732fc07e4c9d909d (patch)
treeda6f98c1186365ab9ce594e7395b99ef9d9a1f39 /Cargo.toml
parent1dfd8694c6dfa31ba154456cd17ef2efe6bd7c7a (diff)
downloadntw-5724b87a1c9fcf66e6205af6732fc07e4c9d909d.tar.gz
ntw-5724b87a1c9fcf66e6205af6732fc07e4c9d909d.tar.bz2
Update static_assertions to 1.1.0
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8504c06..4b21f02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ cortex-m-rt = "0.6.11"
embedded-hal = "0.2.3"
panic-halt = "0.2.0"
serde-big-array = "0.2.0"
-static_assertions = "0.3.4"
+static_assertions = "1.1.0"
usb-device = "0.2.3"
[dependencies.hal]