Skip to content

Commit 76903e4

Browse files
arjanmelsMabezDev
andauthored
Changed from git repo to released crates
Co-authored-by: Scott Mabin <mabezdev@gmail.com>
1 parent e7e94b5 commit 76903e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,10 +698,10 @@ main() {
698698
echo 'version = "0.2.0"' >> $td/Cargo.toml
699699

700700
echo '[dependencies.xtensa-lx6]' >> $td/Cargo.toml
701-
echo 'git = "https://github.com/esp-rs/xtensa-lx6.git"' >> $td/Cargo.toml
701+
echo 'version = "0.1.0"' >> $td/Cargo.toml
702702

703703
echo '[dependencies.xtensa-lx6-rt]' >> $td/Cargo.toml
704-
echo 'git = "https://github.com/esp-rs/xtensa-lx6-rt.git"' >> $td/Cargo.toml
704+
echo 'version = "0.2.0"' >> $td/Cargo.toml
705705

706706
test_svd_for_target xtensalx6 https://raw.githubusercontent.com/arjanmels/esp32/add-output-svd/svd/esp32.svd
707707
;;

0 commit comments

Comments
 (0)