From 1185e93ecac2a1b4512d050c042f6eecd14daf1b Mon Sep 17 00:00:00 2001 From: Raphael Nestler Date: Tue, 22 Jan 2019 22:22:45 +0100 Subject: [PATCH] Use version of lpc11uxx PAC crate with nighlty features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 927210e..57099a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ repository = "https://github.com/coredump-ch/lpc11uxx-hal-rs" edition = "2018" [dependencies] -lpc11uxx = "0.3" +lpc11uxx = { git="https://github.com/lpc-rs/lpc-pac", branch="use-nightly" } cortex-m = "0.5" embedded-hal = "0.2"