diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2017-08-29 11:11:33 +0100 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2017-08-29 11:11:33 +0100 |
commit | 0957d1ef823a1226fdbccd550710260b10418bf7 (patch) | |
tree | 00bd34710ff345abb937e79b7bf58da253a085c1 | |
parent | 682f261ea9374a89419048168edfa1d327f3f18e (diff) | |
download | stm32-usb-example-0957d1ef823a1226fdbccd550710260b10418bf7.tar.bz2 |
Lock file
-rw-r--r-- | Cargo.lock | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -7,8 +7,6 @@ dependencies = [ "cortex-m-rt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "cortex-m-rtfm 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "cortex-m-semihosting 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "embedded-hal 0.1.0 (git+https://github.com/japaric/embedded-hal?rev=5295697669f5b48a900aa325b8ebb4d4e8d4b236)", - "nb 0.1.0 (git+https://github.com/japaric/nb)", "static-ref 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "stm32f103xx 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -113,14 +111,6 @@ dependencies = [ ] [[package]] -name = "embedded-hal" -version = "0.1.0" -source = "git+https://github.com/japaric/embedded-hal?rev=5295697669f5b48a900aa325b8ebb4d4e8d4b236#5295697669f5b48a900aa325b8ebb4d4e8d4b236" -dependencies = [ - "nb 0.1.0 (git+https://github.com/japaric/nb)", -] - -[[package]] name = "error-chain" version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -148,11 +138,6 @@ version = "0.2.30" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "nb" -version = "0.1.0" -source = "git+https://github.com/japaric/nb#4696bd09c24014c5220ee360383cbdb2bffba002" - -[[package]] name = "quote" version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -260,12 +245,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum cortex-m-rtfm-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a03563af7ed064a7d8c13c8de76a75a7a24514b639796b88f41bb33a899fa84b" "checksum cortex-m-semihosting 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4a7a324a8c184dcd3d6bd44cb4f6f85c158de15a2a8e7cd7f550909213ce3de8" "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850" -"checksum embedded-hal 0.1.0 (git+https://github.com/japaric/embedded-hal?rev=5295697669f5b48a900aa325b8ebb4d4e8d4b236)" = "<none>" "checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8" "checksum gcc 0.3.53 (registry+https://github.com/rust-lang/crates.io-index)" = "e8310f7e9c890398b0e80e301c4f474e9918d2b27fca8f48486ca775fa9ffc5a" "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" "checksum libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915" -"checksum nb 0.1.0 (git+https://github.com/japaric/nb)" = "<none>" "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" "checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f" "checksum rtfm-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a7b637764fcf0ed497ea324a494814ad9934ab7ca92826a72d42196b8cfbc9d" |