Skip to content

Commit 5c1fcb5

Browse files
committed
delay crate via git
Because my request for uploading Rust AVR crates is still pending. ( avr-rust/delay#19 )
1 parent da80c65 commit 5c1fcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "0.4"
32+
avr_delay = { git = "https://github.com/avr-rust/delay", version = "0.4" }
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)