Relax patch version contraints on target-cpu-fetch dependency
This commit is contained in:
parent
2a3bcbda02
commit
bcef4ad612
|
@ -24,5 +24,5 @@ target-cpu-macro = "0.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
avr-mcu = "0.3"
|
avr-mcu = "0.3"
|
||||||
target-cpu-fetch = "0.1.0"
|
target-cpu-fetch = "0.1"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue