Skip to content

Commit

Permalink
Update git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 31, 2025
1 parent 84284df commit f670bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -14,7 +14,7 @@ cc = "=1.0.83"

[dependencies]
semihosting = { version = "0.1", features = ["stdio", "panic-handler"] }
semihosting-no-std-test-rt = { git = "https://github.com/taiki-e/semihosting.git", rev = "3874a1e8a4904c04a1c0e1f32cab11e2b303aba6" }
semihosting-no-std-test-rt = { git = "https://github.com/taiki-e/semihosting.git", rev = "3874a1e" }

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion docker/test/fixtures/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cpp = []
cc = "=1.0.83"
# TODO: 0.1.49 fails for android
# cmake = "=0.1.48"
cmake = { git = "https://github.com/rust-lang/cmake-rs.git", rev = "00e6b220342a8b0ec4548071928ade38fd5f691b" } # cmake-rs 0.1.48 + https://github.com/rust-lang/cmake-rs/pull/146
cmake = { git = "https://github.com/rust-lang/cmake-rs.git", rev = "00e6b22" } # cmake-rs 0.1.48 + https://github.com/rust-lang/cmake-rs/pull/146

[lints.rust]
rust_2018_idioms = "warn"
Expand Down

0 comments on commit f670bc0

Please sign in to comment.