From 61a8e0d1447bf4cd8ee329b608807ba2ea38a9c2 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Thu, 16 Jun 2022 21:44:03 +0200 Subject: [PATCH] Fix delay dependency to git revision 849918a8dfb2 So we can test it with `blink` before a "crate" of `delay` is published. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d53328a..b3b9f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ all-mcus = [] [dependencies] avr-config = { version = "2.0", features = ["cpu-frequency"] } -avr_delay = { git = "https://github.com/avr-rust/delay", version = "0.4.0" } +avr_delay = { git = "https://github.com/avr-rust/delay", rev = "849918a8dfb2" } avr-std-stub = { version = "1.0", optional = true } const_env--value = "0.1" target-cpu-macro = "0.1"