From fdac5e48485bcdcc09cfa9e0fa028e0eafd7e255 Mon Sep 17 00:00:00 2001 From: Jared Burce Date: Mon, 19 Oct 2020 21:14:18 -0700 Subject: [PATCH] Use unreleased version of 'rppal' w/ RPi 4 GPIO Pullup/down support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 543947f..90fbafc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" futures-util = "0.3.6" log = "0.4.11" pretty_env_logger = "0.4.0" -rppal = "0.11.3" +rppal = { git = "https://github.com/golemparts/rppal/", rev = "2e980caf76756c97bb0b18fb3ab08fb51ed1f90e" } smallvec = "1.4.2" tokio = { version = "0.2", features = ["macros"] } warp = "0.2.5"