Skip to content

Commit

Permalink
Merge pull request #34 from jonlamb-gh/update-dependencies
Browse files Browse the repository at this point in the history
Use crates.io hosted dependencies
  • Loading branch information
jonlamb-gh authored Oct 3, 2018
2 parents 93efc0b + 02d98a1 commit 170a1a9
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 54 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ features = ["const-fn"]
version = "0.6.3"
features = ["device"]

[dependencies.nucleo-f767zi]
version = "0.0.1"
git = "https://github.com/jonlamb-gh/nucleo-f767zi.git"
branch = "master"
[dependencies.oxcc-nucleo-f767zi]
version = "0.1.0"
features = ["rt"]

[dependencies.num]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extern crate cortex_m_rt as rt;
#[cfg(feature = "panic-over-semihosting")]
extern crate cortex_m_semihosting;
extern crate embedded_hal;
extern crate nucleo_f767zi;
extern crate oxcc_nucleo_f767zi as nucleo_f767zi;
extern crate num;
#[cfg(feature = "panic-over-abort")]
extern crate panic_abort;
Expand Down

0 comments on commit 170a1a9

Please sign in to comment.