From 6caeeae2eb2f2dff9e17018af0eb5a9b27aaacc9 Mon Sep 17 00:00:00 2001 From: Jonah Dahlquist Date: Thu, 19 Nov 2020 20:17:05 -0800 Subject: [PATCH] Updated dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7be3ea2..b00408e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ byteorder = { version = "1.3.4", default-features = false } embedded-hal = "0.2.4" embedded-nal = { path = "../embedded-nal" } bit_field = "0.10.1" -nb = "0.1.2" +nb = "1.0.0"