Bump version of avr-config dependency
This commit is contained in:
parent
f973881e60
commit
bf3c3d53ae
|
@ -28,7 +28,7 @@ default = ["avr-std-stub"]
|
||||||
all-mcus = []
|
all-mcus = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
avr-config = "1.0"
|
avr-config = { version = "2.0", features = ["cpu-frequency"] }
|
||||||
avr_delay = "0.3"
|
avr_delay = "0.3"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue