We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e94b5 commit 76903e4Copy full SHA for 76903e4
ci/script.sh
@@ -698,10 +698,10 @@ main() {
698
echo 'version = "0.2.0"' >> $td/Cargo.toml
699
700
echo '[dependencies.xtensa-lx6]' >> $td/Cargo.toml
701
- echo 'git = "https://github.com/esp-rs/xtensa-lx6.git"' >> $td/Cargo.toml
+ echo 'version = "0.1.0"' >> $td/Cargo.toml
702
703
echo '[dependencies.xtensa-lx6-rt]' >> $td/Cargo.toml
704
- echo 'git = "https://github.com/esp-rs/xtensa-lx6-rt.git"' >> $td/Cargo.toml
+ echo 'version = "0.2.0"' >> $td/Cargo.toml
705
706
test_svd_for_target xtensalx6 https://raw.githubusercontent.com/arjanmels/esp32/add-output-svd/svd/esp32.svd
707
;;
0 commit comments