Skip to content

Commit 61a8e0d

Browse files
committed
Fix delay dependency to git revision 849918a8dfb2
So we can test it with `blink` before a "crate" of `delay` is published.
1 parent c113fc8 commit 61a8e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ all-mcus = []
2929

3030
[dependencies]
3131
avr-config = { version = "2.0", features = ["cpu-frequency"] }
32-
avr_delay = { git = "https://github.com/avr-rust/delay", version = "0.4.0" }
32+
avr_delay = { git = "https://github.com/avr-rust/delay", rev = "849918a8dfb2" }
3333
avr-std-stub = { version = "1.0", optional = true }
3434
const_env--value = "0.1"
3535
target-cpu-macro = "0.1"

0 commit comments

Comments
 (0)