Skip to content

Commit

Permalink
Fix Cargo.nix
Browse files Browse the repository at this point in the history
This is related to nix-community/crate2nix#18
  • Loading branch information
gilligan committed Oct 14, 2019
1 parent a86cb22 commit a3bc7ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1015,10 +1015,7 @@ rec {
"cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)";
"crc32fast" = "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)";
"libc" = "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)";
"miniz_oxide" = {
packageId = "miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)";
target = ((target."arch" == "wasm32") && (!(target."os" == "emscripten")));
};
"miniz_oxide" = "miniz_oxide 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)";
};
features = {
"default" = [ "rust_backend" ];
Expand Down

0 comments on commit a3bc7ea

Please sign in to comment.