Skip to content

Commit 0915046

Browse files
committed
deps
1 parent 2e4cbcb commit 0915046

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ inflections = "1.1"
3939
log = { version = "~0.4", features = ["std"] }
4040
quote = "1.0"
4141
proc-macro2 = "1.0"
42-
anyhow = "1.0.19"
43-
thiserror = "1.0.5"
42+
anyhow = "1.0"
43+
thiserror = "1.0"
4444

4545
[dependencies.svd-parser]
4646
version = "0.10"

ci/script.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)