Skip to content

Commit

Permalink
Fix delay dependency to git revision 849918a8dfb2
Browse files Browse the repository at this point in the history
So we can test it with `blink` before a "crate" of `delay` is published.
  • Loading branch information
stappersg committed Jun 16, 2022
1 parent c113fc8 commit 61a8e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 61a8e0d

Please sign in to comment.