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:
parent
da80c65e66
commit
5c1fcb5add
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue