Skip to content

Commit

Permalink
Update cc requirement in /docker/test/fixtures/no-std-qemu
Browse files Browse the repository at this point in the history
Updates the requirements on [cc](https://github.com/rust-lang/cc-rs) to permit the latest version.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.83...1.0.88)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 2c759a8 commit a63beca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/fixtures/no-std-qemu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ qemu-user = ["semihosting-no-std-test-rt/qemu-user"]

[build-dependencies]
# https://github.com/rust-lang/cc-rs/issues/959
cc = "=1.0.83"
cc = "=1.0.88"

[dependencies]
semihosting = { version = "0.1", features = ["stdio", "panic-handler"] }
Expand Down

0 comments on commit a63beca

Please sign in to comment.