@@ -419,7 +419,7 @@ main() {
419
419
420
420
Microchip)
421
421
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
423
423
424
424
echo ' [dependencies.mips-mcu]' >> $td /Cargo.toml
425
425
echo ' version = "0.1.0"' >> $td /Cargo.toml
@@ -493,13 +493,13 @@ main() {
493
493
# Community-provided RISC-V SVDs
494
494
RISC-V)
495
495
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
497
497
498
498
echo ' [dependencies.riscv]' >> $td /Cargo.toml
499
- echo ' version = "0.5 .0"' >> $td /Cargo.toml
499
+ echo ' version = "0.6 .0"' >> $td /Cargo.toml
500
500
501
501
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
503
503
504
504
test_svd_for_target riscv https://raw.githubusercontent.com/riscv-rust/e310x/master/e310x.svd
505
505
test_svd_for_target riscv https://raw.githubusercontent.com/riscv-rust/k210-pac/master/k210.svd
@@ -583,7 +583,7 @@ main() {
583
583
584
584
Espressif)
585
585
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
587
587
588
588
echo ' [dependencies.xtensa-lx]' >> $td /Cargo.toml
589
589
echo ' version = "0.3.0"' >> $td /Cargo.toml
0 commit comments