Skip to content

Commit

Permalink
Update git dependencies to use crates.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
cr1901 committed Jan 3, 2020
1 parent 29600c9 commit 86014c6
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,17 @@ edition = "2018"
name = "msp430-quickstart"
version = "0.2.0"

[dependencies.msp430]
git = "https://github.com/rust-embedded/msp430"
branch = "rt-up"
version = "0.2.0"

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

# [dependencies.msp430-rtfm]
# git = "https://github.com/japaric/msp430-rtfm"

[dependencies.msp430g2553]
git = "https://github.com/cr1901/msp430g2553"
branch = "rt-up"
features = ["rt"]
version = "0.2.0"

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

[dependencies.once_cell]
version = "1.2.0"
Expand All @@ -37,7 +25,3 @@ lto = true

[features]
unsafe = []

[patch.crates-io]
msp430 = { git = "https://github.com/rust-embedded/msp430", branch = "rt-up" }
msp430-rt = { git = "https://github.com/rust-embedded/msp430-rt", branch = "rt-up" }

0 comments on commit 86014c6

Please sign in to comment.