Cargo.lock: fix

pull/29/head
Astro 2020-04-25 02:03:57 +02:00
parent 69093f4b47
commit d00269d180
3 changed files with 1399 additions and 1388 deletions

1
Cargo.lock generated
View File

@ -52,7 +52,6 @@ name = "libasync"
version = "0.0.0"
dependencies = [
"embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libboard_zynq 0.0.0",
"libcortex_a9 0.0.0",
"nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

File diff suppressed because it is too large Load Diff

View File

@ -7,9 +7,9 @@ let
pkgs = import <nixpkgs> { overlays = [ mozillaOverlay ]; };
rustcSrc = pkgs.fetchgit {
url = https://github.com/rust-lang/rust.git;
# master of 2020-04-10
# master of 2020-04-25
rev = "94d346360da50f159e0dc777dc9bc3c5b6b51a00";
sha256 = "1hcqdz4w2vqb12rrqqcjbfs5s0w4qwjn7z45d1zh0fzncdcf6f7d";
sha256 = "14b15521c52549ebbb113173b4abecd124b5a823";
fetchSubmodules = true;
};
targets = [];