Merge pull request #73050 from taku0/firefox-use-rust-1.38.0

firefox: use rustc 1.38.0
This commit is contained in:
Eelco Dolstra 2019-11-08 16:24:08 +01:00 committed by GitHub
commit 0b4b9651b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18732,6 +18732,7 @@ in
Kerberos AVFoundation MediaToolbox Kerberos AVFoundation MediaToolbox
CoreLocation Foundation AddressBook; CoreLocation Foundation AddressBook;
inherit (darwin) libobjc; inherit (darwin) libobjc;
inherit (rustPackages_1_38_0) cargo rustc;
}; };
}); });