Skip to content

Commit 73215fd

Browse files
authored
Use delay with asm
Because llvm_asm! has been replaced by asm!
1 parent e6ebb19 commit 73215fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "ruduino"
9-
version = "0.3.2"
9+
version = "0.3.3"
1010
edition = "2018"
1111
authors = [
1212
"The AVR-Rust Project Developers",
@@ -29,7 +29,7 @@ all-mcus = []
2929

3030
[dependencies]
3131
avr-config = { version = "2.0", features = ["cpu-frequency"] }
32-
avr_delay = "0.3"
32+
avr_delay = "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)