delay crate via git

Because my request for uploading Rust AVR crates is still pending.
( https://github.com/avr-rust/delay/issues/19 )
This commit is contained in:
Geert Stappers 2022-06-08 08:52:31 +02:00
parent da80c65e66
commit 5c1fcb5add
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ all-mcus = []
[dependencies] [dependencies]
avr-config = { version = "2.0", features = ["cpu-frequency"] } 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 } avr-std-stub = { version = "1.0", optional = true }
const_env--value = "0.1" const_env--value = "0.1"
target-cpu-macro = "0.1" target-cpu-macro = "0.1"