From 5c1fcb5addeab4627ed8c7d4f7c4e57692b8a5fb Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Wed, 8 Jun 2022 08:52:31 +0200 Subject: [PATCH] delay crate via git Because my request for uploading Rust AVR crates is still pending. ( https://github.com/avr-rust/delay/issues/19 ) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c256de..405ccc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ all-mcus = [] [dependencies] avr-config = { version = "2.0", features = ["cpu-frequency"] } -avr_delay = "0.4" +avr_delay = { git = "https://github.com/avr-rust/delay", version = "0.4" } avr-std-stub = { version = "1.0", optional = true } const_env--value = "0.1" target-cpu-macro = "0.1"