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 02bcb24 commit 5e2da93Copy full SHA for 5e2da93
ci/script.sh
@@ -34,7 +34,8 @@ main() {
34
35
# test crate
36
cargo init --name foo $td
37
- echo 'cortex-m = "0.2.0"' >> $td/Cargo.toml
+ echo 'cortex-m = { git = "https://github.com/japaric/cortex-m" }' >> $td/Cargo.toml
38
+ echo 'cortex-m-rt = { git = "https://github.com/japaric/cortex-m-rt" }' >> $td/Cargo.toml
39
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
40
41
case $VENDOR in
0 commit comments