From 7684a61296f5d1db656f4b9383e3c42dce709c08 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 27 Dec 2020 22:18:18 -0500 Subject: [PATCH] updated async-std crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cb9542..2171b55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ smart-leds = "0.3.0" ws2812-spi = "0.3.0" [dependencies.async-std] -version = "*" +version = "1.8.0" [dependencies.rppal] features = ["hal"]