forked from M-Labs/zynq-rs
update Rust
Needed for compatibility with recent cargo-xbuild.
This commit is contained in:
parent
f60d0589cc
commit
27d310a937
File diff suppressed because it is too large
Load Diff
|
@ -4,8 +4,8 @@ let
|
||||||
rustcSrc = pkgs.fetchgit {
|
rustcSrc = pkgs.fetchgit {
|
||||||
url = "https://github.com/rust-lang/rust.git";
|
url = "https://github.com/rust-lang/rust.git";
|
||||||
# sync with git_commit_hash from pkg.rust in channel-rust-nightly.toml
|
# sync with git_commit_hash from pkg.rust in channel-rust-nightly.toml
|
||||||
rev = "5ef299eb9805b4c86b227b718b39084e8bf24454";
|
rev = "8dae8cdcc8fa879cea6a4bbbfa5b32e97be4c306";
|
||||||
sha256 = "0gc9hmb1sfkaf3ba8fsynl1n6bs8nk65hbhhx7ss89dfkrsxrn0x";
|
sha256 = "1c9wdwqvskchiqkxqnl516z2yajs2nbs31y4j6m2jz945dj8x4xc";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
rustManifest = ./channel-rust-nightly.toml;
|
rustManifest = ./channel-rust-nightly.toml;
|
||||||
|
|
Loading…
Reference in New Issue