Skip to content

Commit

Permalink
tests: Work around cargo bug on git fetch
Browse files Browse the repository at this point in the history
rust-lang/cargo#13968

```
fatal: remote error: upload-pack: not our ref afa43cc000000000000000000000000000000000
```
  • Loading branch information
taiki-e committed May 28, 2024
1 parent 310f81b commit 5fc2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/no-std-qemu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ atomic-maybe-uninit = { path = "../.." }

paste = "1"
semihosting = { version = "0.1", features = ["stdio", "panic-handler"] }
semihosting-no-std-test-rt = { git = "https://github.com/taiki-e/semihosting.git", rev = "afa43cc", features = ["qemu-system"] }
semihosting-no-std-test-rt = { git = "https://github.com/taiki-e/semihosting.git", rev = "afa43cc45236e3279ccc710fce4e30c8960f4a8a", features = ["qemu-system"] }

# cfg(target_feature = "mclass") is not available on stable/beta.
[target.thumbv6m-none-eabi.dependencies]
Expand Down

0 comments on commit 5fc2fd9

Please sign in to comment.