Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.7 #80

Merged
merged 3 commits into from
Jul 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test-flip-link-app: Update dependencies
  • Loading branch information
Urhengulas committed Jul 20, 2023
commit 94d4cebc2f95dcf5084a7212d2ca52937495718d
4 changes: 2 additions & 2 deletions test-flip-link-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ version = "0.1.0"

[dependencies]
cortex-m = "0.7"
cortex-m-rt = "0.6"
cortex-m-rt = "0.7"
cortex-m-semihosting = "0.5"
panic-semihosting = { version = "0.6", features = ["exit"] }

# optional
lm3s6965 = { version = "0.1", optional = true }
lm3s6965 = { version = "0.2", optional = true }

[build-dependencies]
anyhow = "1.0"
Expand Down