Skip to content

Commit

Permalink
delay crate via git
Browse files Browse the repository at this point in the history
Because my request for uploading Rust AVR crates is still pending.
( avr-rust/delay#19 )
  • Loading branch information
stappersg committed Jun 8, 2022
1 parent da80c65 commit 5c1fcb5
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 = "0.4"
avr_delay = { git = "https://github.com/avr-rust/delay", version = "0.4" }
avr-std-stub = { version = "1.0", optional = true }
const_env--value = "0.1"
target-cpu-macro = "0.1"
Expand Down

0 comments on commit 5c1fcb5

Please sign in to comment.