Commit graph

28 commits

Author SHA1 Message Date
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
zowoq c70acdfd09 cargo-edit: drop darwin workaround 2020-10-22 11:24:37 +10:00
Daniël de Kok f91426713b cargo-edit: pass the Security dependency properly 2020-10-13 08:51:35 +02:00
happysalada 80ce132382 cargo-edit: fix Darwin build 2020-10-13 08:49:29 +02:00
Kevin Cox 8d5f158fe4
cargo-edit: 0.6.0 -> 0.7.0 2020-10-03 21:32:54 -04:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Pascal Hertleif 84ac1d59a8 cargo edit: 0.5.0 -> 0.6.0
- Update to new version
- Add myself as maintainer
- Some workspace test failed with a cargo config error, I didn't
  investigate too much.
- Add Apache 2.0 license
2020-03-22 11:31:09 +01:00
Benjamin Hipple 2926041c6a cargo-edit: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:57:12 -05:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Sondre Nilsen 1be0698618
cargo-edit: 0.4.2 -> 0.5.0 2020-02-06 20:43:53 +01:00
Oleksii Filonenko 0b5751c580
cargo-edit: add filalex77 to maintainers 2019-12-05 23:40:49 +02:00
Oleksii Filonenko b0ce0c83f6
cargo-edit: 0.4.1 -> 0.4.2 2019-12-05 23:40:48 +02:00
oxalica 499369a5d7
cargo-edit: 0.3.3 -> 0.4.1 2019-12-04 20:57:59 +08:00
Pascal Hertleif ef08f42854 cargo-edit: 0.3.2 -> 0.3.3 2019-06-22 14:35:32 +02:00
Vladyslav M ed2be597fa
cargo-edit: 0.3.1 -> 0.3.2 2019-06-04 19:36:54 +03:00
Alyssa Ross 062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Vladyslav Mykhailichenko 33eceb98f9 cargo-edit: 0.3.0 -> 0.3.1 2018-09-25 18:24:09 +03:00
Jörg Thalheim cea6bbfe75 cargo-edit: disable impure check 2018-09-11 21:05:50 +01:00
Jörg Thalheim ffde15da8e cargo-edit: add pkgconfig/openssl on non-darwin 2018-09-11 20:55:08 +01:00
Alyssa Ross 902dea15ec
cargo-edit: use buildRustPackage instead of Carnix
Saving 3000 lines of Nix code.
2018-09-11 13:34:21 +01:00
Alyssa Ross 7cafc36d28
cargo-edit: 0.2.0 -> 0.3.0 2018-09-05 15:34:34 +01:00
John Ericson 0828e2d8c3 treewide: Remove usage of remaining redundant platform compatability stuff
Want to get this out of here for 18.09, so it can be deprecated
thereafter.
2018-08-30 17:20:32 -04:00
volth 87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Uli Baum 0046d42397 cargo-edit: remove reference to <nixpkgs>
... it broke nixpkgs.tarball
2018-06-01 01:55:31 +02:00
Tobias Happ 56023ac0ba cargo-edit: Fixes build with carnix (#39348) 2018-05-31 14:14:24 +02:00
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
William Casarin 209e8e53fb cargo-edit: init at 0.1.6 2017-04-15 09:17:21 -07:00