Bump version of avr-config dependency

This commit is contained in:
Dylan McKay 2021-02-02 02:07:33 +13:00
parent f973881e60
commit bf3c3d53ae
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ default = ["avr-std-stub"]
all-mcus = []
[dependencies]
avr-config = "1.0"
avr-config = { version = "2.0", features = ["cpu-frequency"] }
avr_delay = "0.3"
avr-std-stub = { version = "1.0", optional = true }
const_env--value = "0.1"