@@ -419,7 +419,7 @@ main() {
419419
420420 Microchip)
421421 echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
422- echo ' version = "0.2 .0"' >> $td /Cargo.toml
422+ echo ' version = "1.0 .0"' >> $td /Cargo.toml
423423
424424 echo ' [dependencies.mips-mcu]' >> $td /Cargo.toml
425425 echo ' version = "0.1.0"' >> $td /Cargo.toml
@@ -493,13 +493,13 @@ main() {
493493 # Community-provided RISC-V SVDs
494494 RISC-V)
495495 echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
496- echo ' version = "0.2 .0"' >> $td /Cargo.toml
496+ echo ' version = "1.0 .0"' >> $td /Cargo.toml
497497
498498 echo ' [dependencies.riscv]' >> $td /Cargo.toml
499- echo ' version = "0.5 .0"' >> $td /Cargo.toml
499+ echo ' version = "0.6 .0"' >> $td /Cargo.toml
500500
501501 echo ' [dependencies.riscv-rt]' >> $td /Cargo.toml
502- echo ' version = "0.6 .0"' >> $td /Cargo.toml
502+ echo ' version = "0.8 .0"' >> $td /Cargo.toml
503503
504504 test_svd_for_target riscv https://raw.githubusercontent.com/riscv-rust/e310x/master/e310x.svd
505505 test_svd_for_target riscv https://raw.githubusercontent.com/riscv-rust/k210-pac/master/k210.svd
@@ -583,7 +583,7 @@ main() {
583583
584584 Espressif)
585585 echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
586- echo ' version = "0.2 .0"' >> $td /Cargo.toml
586+ echo ' version = "1.0 .0"' >> $td /Cargo.toml
587587
588588 echo ' [dependencies.xtensa-lx]' >> $td /Cargo.toml
589589 echo ' version = "0.3.0"' >> $td /Cargo.toml
0 commit comments