Merge pull request #79697 from r-ryantm/auto-update/rust-bindgen

rust-bindgen: 0.52.0 -> 0.53.1
This commit is contained in:
Ryan Mulligan 2020-02-12 06:21:19 -08:00 committed by GitHub
commit bd9cbc685a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
rustPlatform.buildRustPackage rec {
pname = "rust-bindgen";
version = "0.52.0";
version = "0.53.1";
RUSTFLAGS = "--cap-lints warn"; # probably OK to remove after update
@ -11,7 +11,7 @@ rustPlatform.buildRustPackage rec {
owner = "rust-lang";
repo = pname;
rev = "v${version}";
sha256 = "0rf5sg9136f4j7s07iz2gd481h8gzdd106jc1jw1p5pw4zaiz5l0";
sha256 = "0zxqryqks9in9q7az0lrw8fq9wnc5p4yf6b1fxnzy2j6qhlw2c5c";
};
cargoSha256 = "1wy5xdkf9ql2l9qavi0fh7hwjvly108f4l2m1k947412fyjwr7x7";