Skip to content

Commit

Permalink
tests: Update git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 16, 2025
1 parent 79bf382 commit a52e311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/avr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ paste = "1"
ufmt = "0.2"

[target.avr-unknown-gnu-atmega2560.dependencies]
arduino-hal = { git = "/~https://github.com/taiki-e/avr-hal.git", branch = "dev", features = ["arduino-mega2560"] }
arduino-hal = { features = ["arduino-mega2560"], git = "/~https://github.com/taiki-e/avr-hal.git", branch = "dev" }

[workspace]
resolver = "2"
Expand Down
2 changes: 1 addition & 1 deletion tests/msp430/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
atomic-maybe-uninit = { path = "../.." }

msp430-rt = "0.4"
msp430f5529 = { git = "/~https://github.com/cr1901/msp430f5529", rev = "23946ef9bb0365caabd2c30ad14c2c9ab2d425c7", features = ["rt"] }
msp430f5529 = { features = ["rt"], git = "/~https://github.com/cr1901/msp430f5529.git", rev = "23946ef9bb0365caabd2c30ad14c2c9ab2d425c7" }
paste = "1"
ufmt = "0.2"

Expand Down
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 = "3874a1e8a4904c04a1c0e1f32cab11e2b303aba6", features = ["qemu-system"] }
semihosting-no-std-test-rt = { features = ["qemu-system"], git = "/~https://github.com/taiki-e/semihosting.git", rev = "3874a1e8a4904c04a1c0e1f32cab11e2b303aba6" }

[workspace]
resolver = "2"
Expand Down

0 comments on commit a52e311

Please sign in to comment.