From 52cc0076d0f0308042c80006498ee66a592c344d Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Wed, 26 Aug 2020 18:52:17 +0200 Subject: [PATCH] Bump nb dependency --- tm4c123x-hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tm4c123x-hal/Cargo.toml b/tm4c123x-hal/Cargo.toml index 900edef..dd2fca9 100644 --- a/tm4c123x-hal/Cargo.toml +++ b/tm4c123x-hal/Cargo.toml @@ -26,7 +26,7 @@ version = "0.2.2" features = ["unproven"] [dependencies.nb] -version = "0.1" +version = "1" [dependencies.tm4c123x] version = "0.9"