Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

Long overdue upgrade #5

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
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
Update dependencies to reflect API breakage in msp430.
  • Loading branch information
cr1901 committed Dec 28, 2019
commit 8e8b251985f3c7393d66b12979b7fb07b6d62203
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.2.0"
[dependencies.msp430]
git = "https://github.com/rust-embedded/msp430"
branch = "rt-up"
version = "0.1.0"
version = "0.2.0"

[dependencies.msp430-rt]
git = "https://github.com/rust-embedded/msp430-rt"
Expand All @@ -24,7 +24,9 @@ features = ["rt"]
version = "0.2.0"

[dependencies.panic-msp430]
version = "0.1.0"
git = "https://github.com/cr1901/panic-msp430"
branch = "rt-up"
version = "0.2.0"

[profile.release]
lto = true
Expand Down