Commit graph

509 commits

Author SHA1 Message Date
Vladimír Čunát 677e3960b5
Merge #82342: rustPlatform: increase build-speed of checkPhase
...for rust-packages (into staging)
2020-06-05 09:12:30 +02:00
Maximilian Bosch 45e53a7658
cargo-make: 0.30.7 -> 0.30.8
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.8
2020-05-27 15:03:28 +02:00
Maximilian Bosch 6b23cfe689
rustPlatform: add buildAndTestSubdir-argument
There are several tarballs (such as the `rust-lang/rust`-source) with a
`Cargo.toml` at root and several sub-packages (with their own Cargo.toml)
without using workspaces[1].

In such a case it's needed to move into a subdir to only build the
specified sub-package (e.g. `rustfmt` or `rsl`), however the artifacts
are at `/target` in the root-dir of the build environment. This breaks
the build since `buildRustPackage` searches for executables in `target`
(which is at the build-env's root) at the end of the `buildPhase`.

With the optional `buildAndTestSubdir`-argument, the builder moves into
the specified subdir using `pushd`/`popd` during `buildPhase` and
`checkPhase`.

Also moved the logic to find executables and libs to the end of the `buildPhase`
from a custom `postBuild`-hook to fix packages with custom `build`/`install`-procedures
such as `uutils-coreutils`.

[1] https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
2020-05-13 01:47:17 +02:00
Maximilian Bosch ee032804f8
cargo-make: 0.30.6 -> 0.30.7
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.7
2020-05-08 00:00:24 +02:00
Maximilian Bosch 01539e6f9a
cargo-deny: 0.6.6 -> 0.6.7
https://github.com/EmbarkStudios/cargo-deny/releases/tag/0.6.7
2020-05-06 23:50:37 +02:00
Andreas Rammhold c275bdbafc
Merge pull request #86731 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.13.2 -> 0.14.2
2020-05-04 14:56:13 +02:00
R. RyanTM d3531ea03d rust-cbindgen: 0.13.2 -> 0.14.2 2020-05-04 06:27:22 +00:00
Mario Rodas 1064426106
Merge pull request #86526 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.10 -> 0.1.11
2020-05-03 17:56:03 -05:00
Maximilian Bosch e678dadd07
cargo-xbuild: 0.5.28 -> 0.5.29
https://github.com/rust-osdev/cargo-xbuild/releases/tag/v0.5.29
2020-05-03 19:07:00 +02:00
R. RyanTM 45f542970d cargo-udeps: 0.1.10 -> 0.1.11 2020-05-02 04:14:06 +00:00
Maximilian Bosch 23b619559d
Merge pull request #86388 from matthiasbeyer/add-cargo-deny
cargo-deny: init at 0.6.6
2020-04-30 23:57:26 +02:00
Matthias Beyer 731eecbacb cargo-deny: init at 0.6.6
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-30 11:58:45 +02:00
Maximilian Bosch ee58c7a363
Merge pull request #82982 from cole-h/rust-cleanup
improve robustness of various Rust packages
2020-04-30 02:07:57 +02:00
Maximilian Bosch 2a77540f7f
cargo-make: 0.30.5 -> 0.30.6
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.6
2020-04-24 15:18:00 +02:00
xrelkd 94579ce01b cargo-expand: 0.5.0 -> 0.6.0 2020-04-24 09:40:43 +08:00
Jörg Thalheim 11019ea58f
Merge pull request #85243 from oxalica/rust-analyzer 2020-04-23 16:36:54 +01:00
oxalica a82fe46ae1
rust-analyzer: 2020-04-06 -> 2020-04-20 2020-04-23 17:11:04 +08:00
xrelkd fd580728d9 cargo-expand: 0.4.19 -> 0.5.0 2020-04-21 09:23:53 +08:00
Maximilian Bosch b7c3c3f5cc
cargo-make: 0.30.4 -> 0.30.5
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.5
2020-04-15 22:35:46 +02:00
Jörg Thalheim 418b24b133
Merge pull request #77752 from oxalica/rust-analyzer
rust-analyzer: init at unstable-2020-03-09
2020-04-14 10:19:59 +01:00
Cole Helbling 0cc340e132
rustracerd: improve robustness of installPhase 2020-04-12 14:06:08 -07:00
oxalica 8318c36a4b
vscode-extensions.rust-analyzer: use global NPM packages to share dependencies 2020-04-11 16:01:12 +08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
oxalica f76a4950c5
rust-analyzer: 2020-03-16 -> 2020-04-06 2020-04-11 00:52:40 +08:00
oxalica fc8d2f426f
rust-analyzer: change to nix-prefetch and fix version checking in update script 2020-04-11 00:52:09 +08:00
Daniël de Kok 759ac32d9a maturin: 0.7.9 -> 0.8.0
Changelog:

https://github.com/PyO3/maturin/blob/v0.8.0/Changelog.md#080---2020-04-03
2020-04-10 09:55:26 +02:00
Maximilian Bosch 4e7eeb5aa9
Merge pull request #84813 from r-ryantm/auto-update/cargo-bloat
cargo-bloat: 0.9.2 -> 0.9.3
2020-04-09 16:47:08 +02:00
R. RyanTM fcd34e7e39 cargo-bloat: 0.9.2 -> 0.9.3 2020-04-09 13:43:55 +00:00
oxalica e33256ef24
Merge remote-tracking branch 'channels/nixos-unstable' into rust-analyzer 2020-04-08 14:22:56 +08:00
Maximilian Bosch 564af64783
cargo-make: 0.30.2 -> 0.30.4
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.3
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.4
2020-04-07 13:20:03 +02:00
Florian Klink 1eae7fb887 Revert "Revert "rust-cbindgen: 0.13.1 -> 0.13.2""
This reverts commit 09dde57e93.

Apparently, the rust-cbindgen bump wasn't the cause for the firefox
build error reported in https://github.com/NixOS/nixpkgs/pull/83247
(we could reproduce the build error even after
09dde57e93 applied).

For some reason it must have succeeded on hydra, as it's in the cache,
tricking us in believing 76458f89f4 broke
it initially.

So the build seems flaky of some sort - we haven't yet determined
whether it's luck, compiling with the right CPUs or something else. :-/

There's still some investigation to be done
(https://github.com/NixOS/nixpkgs/issues/84283), but no need to keep an
ineffective revert around.
2020-04-04 23:22:09 +02:00
Maximilian Bosch 268f71cfd7
cargo-make: 0.30.1 -> 0.30.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.2
2020-04-04 15:46:41 +02:00
Florian Klink 09dde57e93 Revert "rust-cbindgen: 0.13.1 -> 0.13.2"
This reverts commit 76458f89f4.

It was causing the firefox build to fail. See
https://github.com/NixOS/nixpkgs/pull/83247 for the discussion.
2020-04-04 02:23:33 +02:00
Benjamin Hipple ea8845487e
Merge pull request #83247 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.13.1 -> 0.13.2
2020-04-02 14:44:24 -04:00
R. RyanTM 7b07a07e37 cargo-expand: 0.4.18 -> 0.4.19 2020-04-01 09:21:57 +00:00
Daniël de Kok d4152d0205 cargo-asm: 0.1.17 -> 2019-12-24
cargo-asm hasn't seen any new releases since 2018 (and even then
it was spotty). But there have been improvements since then, so
switch to dated releases that use a working git commit.
2020-03-29 14:11:07 +02:00
Maximilian Bosch 5a7d2e18fe
cargo-make: 0.30.0 -> 0.30.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.1
2020-03-28 17:11:24 +01:00
R. RyanTM 76458f89f4 rust-cbindgen: 0.13.1 -> 0.13.2 2020-03-23 21:43:02 +00:00
Maximilian Bosch 2c7299fc1c
cargo-make: 0.29.0 -> 0.30.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.30.0
2020-03-23 18:31:08 +01:00
Maximilian Bosch 684c340149
Merge pull request #83027 from r-ryantm/auto-update/cargo-expand
cargo-expand: 0.4.17 -> 0.4.18
2020-03-21 01:34:54 +01:00
R. RyanTM cdf418e850 cargo-expand: 0.4.17 -> 0.4.18 2020-03-20 21:04:25 +00:00
Maximilian Bosch 4726a8f2d4
cargo-make: 0.28.0 -> 0.29.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.29.0
2020-03-19 16:54:50 +01:00
oxalica bde9289415
rust-analyzer: check compatibility in update script 2020-03-17 17:56:26 +08:00
oxalica 4f12275a06
rust-analyzer: 2020-03-09 -> 2020-03-16
vscode-extensions.rust-analyzer: 2020-03-09 -> 2020-03-16
2020-03-17 17:08:02 +08:00
Benjamin Hipple 0ab1692b59 rust-cbindgen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-03-15 18:19:55 -04:00
Fabian Möller 1e5a151ac5 cargo-udeps: 0.1.9 -> 0.1.10 2020-03-14 15:48:46 -07:00
Vladyslav M 1f8127d2ab
Merge pull request #82498 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.7 -> 0.1.9
2020-03-14 20:43:13 +02:00
Alyssa Ross 6cea0daaa9 rustracerd: build with current rust
Fix taken from https://github.com/jwilm/racerd/pull/82.  It just
updates a dependency.
2020-03-14 16:55:06 +00:00
R. RyanTM c106a4f926 cargo-udeps: 0.1.7 -> 0.1.9 2020-03-13 16:04:16 +00:00
Ryan Mulligan 96b48af4ab
Merge pull request #82384 from r-ryantm/auto-update/rust-bindgen
rust-bindgen: 0.53.1 -> 0.53.2
2020-03-12 10:33:18 -07:00
R. RyanTM 19fdac26c4 rust-bindgen: 0.53.1 -> 0.53.2 2020-03-12 06:10:16 +00:00
Benjamin Hipple cd8c987fbc rainicorn: remove broken package that has been abandoned upstream
The upstream project is dead, with the last commit being in 2016:
https://github.com/RustDT/Rainicorn

This no longer builds in NixPkgs, and has been marked as broken for a very long
time. Since the package is not maintained and is dead upstream, let's delete.
2020-03-11 23:51:41 +00:00
oxalica b0a4ce1689
vscode-extensions.rust-analyzer: init at unstable-2020-03-09 2020-03-10 19:12:40 +08:00
oxalica 3ea54e6972
rust-analyzer: init at unstable-2020-03-09 2020-03-10 19:12:35 +08:00
Mario Rodas e3e964b857
Merge pull request #82121 from bhipple/u/rust-cargo-rustracer
rustracer: upgrade cargo fetcher and cargoSha256
2020-03-09 07:59:12 -05:00
Mario Rodas 5e3a6d7a7e
Merge pull request #82116 from bhipple/u/rust-cargo-rustracerd
rustracerd: upgrade cargo fetcher and cargoSha256
2020-03-09 07:58:52 -05:00
Benjamin Hipple 6ea0cad714 rustracer: upgrade cargo fetcher and cargoSha256 2020-03-09 00:10:59 -04:00
Benjamin Hipple b20aaf3e7a rustracerd: upgrade cargo fetcher and cargoSha256 2020-03-08 23:32:15 -04:00
Benjamin Hipple 288561cd58 svd2rust: upgrade cargo fetcher and cargoSha256 2020-03-08 22:29:14 -04:00
Benjamin Hipple 0696641d9f
cargo-raze: upgrade cargo fetcher and cargoSha256 (#82091) 2020-03-08 22:15:25 -04:00
Mario Rodas ec99107633
Merge pull request #81961 from danieldk/maturin-0.7.9
maturin: 0.7.6 -> 0.7.9
2020-03-08 21:07:04 -05:00
Benjamin Hipple 0757551d3c
cargo-geiger: upgrade cargo fetcher and cargoSha256 (#82087) 2020-03-08 21:06:49 -04:00
Benjamin Hipple 1cc9cb7ea1
cargo-make: remove unnecessary attribute (#82071)
The default value when left unspecified is now false, so no need to state this explicitly.
2020-03-08 19:26:19 -04:00
Daniël de Kok b446413aa6 maturin: 0.7.6 -> 0.7.9
Changelog:
https://github.com/PyO3/maturin/blob/master/Changelog.md
2020-03-07 08:21:10 +01:00
Frederik Rietdijk 188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
Maximilian Bosch aeee7de22b
cargo-xbuild: 0.5.24 -> 0.5.28 2020-03-04 22:10:54 +01:00
Jan Tojnar 1a44e325d2
Merge branch 'staging-next' into staging 2020-03-04 21:24:05 +01:00
Mario Rodas 4743f3f5a0
Merge pull request #81391 from bhipple/u/rust-cargo-cargo-inspect
cargo-inspect: upgrade cargo fetcher and cargoSha256
2020-02-29 20:08:54 -05:00
Mario Rodas 4d9c956d61
Merge pull request #81392 from bhipple/u/rust-cargo-cargo-watch
cargo-watch: upgrade cargo fetcher and cargoSha256
2020-02-29 20:08:21 -05:00
Mario Rodas a321e456e8
Merge pull request #81397 from bhipple/u/rust-cargo-rustup
rustup: upgrade cargo fetcher and cargoSha256
2020-02-29 19:26:57 -05:00
Mario Rodas b87653fd70
Merge pull request #81390 from bhipple/u/rust-cargo-cargo-xbuild
cargo-xbuild: upgrade cargo fetcher and cargoSha256
2020-02-29 19:25:49 -05:00
Mario Rodas 7b8d14178b
Merge pull request #81394 from bhipple/u/rust-cargo-cargo-udeps
cargo-udeps: upgrade cargo fetcher and cargoSha256
2020-02-29 18:30:11 -05:00
Mario Rodas 4bccbf09ec
Merge pull request #81393 from bhipple/u/rust-cargo-cargo-fuzz
cargo-fuzz: upgrade cargo fetcher and cargoSha256
2020-02-29 18:22:37 -05:00
Benjamin Hipple c3ed8a0e40 rustup: upgrade cargo fetcher and cargoSha256 2020-02-29 12:47:03 -05:00
Benjamin Hipple a666cda22a cargo-udeps: upgrade cargo fetcher and cargoSha256 2020-02-29 12:34:00 -05:00
Benjamin Hipple a169f4d500 cargo-fuzz: upgrade cargo fetcher and cargoSha256 2020-02-29 12:15:02 -05:00
Benjamin Hipple 0f5520dc02 cargo-watch: upgrade cargo fetcher and cargoSha256 2020-02-29 12:10:09 -05:00
Benjamin Hipple cfa3100d18 cargo-inspect: upgrade cargo fetcher and cargoSha256 2020-02-29 12:06:27 -05:00
Benjamin Hipple ad1d08c7fc cargo-xbuild: upgrade cargo fetcher and cargoSha256 2020-02-29 11:58:37 -05:00
Benjamin Hipple ac8cadac23 cargo-generate: upgrade cargo fetcher and cargoSha256 2020-02-29 11:32:43 -05:00
Frederik Rietdijk 21b808cd76 Merge staging-next into staging 2020-02-29 15:29:45 +01:00
Benjamin Hipple ad30a30488 rustPlatform.fetchCargo: handle custom Cargo.lock patchfiles with validation
Previously, we would asssert that the lockfiles are consistent during the
unpackPhase, but if the pkg has a patch for the lockfile itself then we must
wait until the patchPhase is complete to check.

This also removes an implicity dependency on the src attribute coming from
`fetchzip` / `fetchFromGitHub`, which happens to name the source directory
"source". Now we glob for it, so different fetchers will work consistently.
2020-02-28 18:54:23 -08:00
Maximilian Bosch 096691a787
cargo-crev: 0.16.0 -> 0.16.1 2020-02-28 22:46:27 +01:00
Maximilian Bosch 29b495d4d7
cargo-make: 0.27.0 -> 0.28.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.28.0
2020-02-27 20:31:39 +01:00
Konrad Borowski 6637f1cac6 cargo-geiger: fix build with rust 1.41 2020-02-18 11:46:50 +01:00
Benjamin Hipple 805db0db45 maturin: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:23:11 -05:00
Daniel Schaefer dc5c581549
Merge pull request #80241 from bhipple/u/rust-cargo-cargo-asm
cargo-asm: upgrade cargo fetcher and cargoSha256
2020-02-16 13:45:32 +01:00
Benjamin Hipple 16eb59cecb rust-bindgen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 01:08:34 -08:00
Benjamin Hipple f5578dc61d cargo-expand: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:23:23 -08:00
Benjamin Hipple 777c1dda59 cargo-sweep: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:12:37 -08:00
Benjamin Hipple d47970b2f8 cargo-bloat: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:57:43 -08:00
Benjamin Hipple 71a97479b5 cargo-asm: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 23:33:58 -05:00
Fabian Möller 70e22cb61e
cargo-crev: 0.15.0 -> 0.16.0 2020-02-14 15:24:40 +01: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
worldofpeace 0a33a4ab11
Merge pull request #79785 from lovesegfault/cargo-udeps-0.1.7
cargo-udeps: 0.1.5 -> 0.1.7
2020-02-13 14:26:54 -05:00
Mario Rodas 7a708a3f7c
Merge pull request #79965 from xrelkd/update/cargo-sweep
cargo-sweep: 0.4.1 -> 0.5.0
2020-02-13 07:48:56 -05:00
xrelkd f2f9f509ea cargo-sweep: 0.4.1 -> 0.5.0 2020-02-13 08:14:36 +08:00
xrelkd b5f1046892 cargo-xbuild: 0.5.21 -> 0.5.24 2020-02-13 08:06:30 +08:00
Ryan Mulligan bd9cbc685a
Merge pull request #79697 from r-ryantm/auto-update/rust-bindgen
rust-bindgen: 0.52.0 -> 0.53.1
2020-02-12 06:21:19 -08:00
Andreas Rammhold 82d9ce45fe rust-cbindgen: 0.10.0 -> 0.13.1 2020-02-11 01:19:26 +01:00
Bernardo Meurer 720181abab
cargo-udeps: 0.1.5 -> 0.1.7 2020-02-10 16:18:16 -08:00
R. RyanTM 3b1608a94b rust-bindgen: 0.52.0 -> 0.53.1 2020-02-10 11:14:48 +00:00
Maximilian Bosch 177b28cd06
cargo-make: 0.26.2 -> 0.27.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.27.0
2020-02-06 23:44:44 +01:00
Maximilian Bosch 6afcc2dadc
rustracer: 2.1.29 -> 2.1.30
https://crates.io/crates/racer/2.1.30
2020-02-06 08:11:25 +01:00
Evan Stoll 9234e42951 cargo-geiger: 0.9.0 -> 0.9.1
- add cargo-lock.patch
- add update-cargo-lock.sh
- update src owner and homepage to reflect new main repository
2020-01-29 21:48:58 -05:00
Maximilian Bosch a64770e6dd
cargo-xbuild: 0.5.19 -> 0.5.21 2020-01-26 19:33:26 +01:00
Maximilian Bosch 7f723b128b
cargo-make: 0.26.1 -> 0.26.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.2
2020-01-24 13:38:22 +01:00
blargg 5e34af0f31 cargo-crev: 0.13.0 -> 0.15.0 2020-01-20 16:11:57 -06:00
Maximilian Bosch 4c58a2d2c7
cargo-make: 0.26.0 -> 0.26.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.1
2020-01-17 20:15:33 +01:00
R. RyanTM b0f0c89f13 cargo-bloat: 0.9.1 -> 0.9.2 2020-01-15 08:21:53 +00:00
Maximilian Bosch 41e06190bb
rustracer: 2.1.28 -> 2.1.29
https://crates.io/crates/racer/2.1.29

The package is now pinned to the git rev that is published as 2.1.29 on
crates.io (there's no 2.1.29 tag on GitHub unfortunately).
2020-01-10 21:45:33 +01:00
Maximilian Bosch 384d963920
cargo-make: 0.25.1 -> 0.26.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.26.0
2020-01-10 12:56:48 +01:00
Oleksii Filonenko afdb826d00
cargo-cache: init at 0.5.1
Co-authored-by: Evan Stoll <evanjsx@gmail.com>
2020-01-08 14:12:59 +02:00
R. RyanTM 6f0fbea695 maturin: 0.8.2 -> 0.8.3 2020-08-23 06:26:43 +00:00
Maximilian Bosch 790f286b94
cargo-make: 0.32.0 -> 0.32.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.2
2020-08-22 22:22:15 +02:00
Daniël de Kok fd2c6cd7ea
Merge pull request #95667 from JohnTitor/cargo-crev-0.17.0
cargo-crev: 0.16.1 -> 0.17.0
2020-08-17 20:56:33 +02:00
Yuki Okushi 2efb6ad0f0 cargo-crev: 0.16.1 -> 0.17.0 2020-08-17 20:46:02 +02:00
oxalica 0c6905244f
rust-analyzer: 2020-08-10 -> 2020-08-17 2020-08-17 21:45:54 +08:00
Daniël de Kok e98368631d
Merge pull request #95628 from JohnTitor/init-cargo-fund
cargo-fund: init at 0.2.0
2020-08-17 10:25:49 +02:00
Yuki Okushi ea157645be cargo-fund: init at 0.2.0 2020-08-17 17:11:16 +09:00
Yuki Okushi 81e215e691 rust-bindgen: 0.53.2 -> 0.54.1 2020-08-17 08:30:07 +09:00
zowoq 36e0fa9385
cargo-c: fix darwin build (#95575) 2020-08-16 20:29:02 +02:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Yuki Okushi 13f7c48ad0 cargo-xbuild: 0.5.29 -> 0.6.0 2020-08-15 00:42:04 -07:00
oxalica ebea92b8db
rust-analyzer: 2020-08-03 -> 2020-08-10 2020-08-13 02:02:14 +08:00
Michael Weiss 7a01d5aa42
Merge pull request #91050 from primeos/rav1e-cargo-c
Add cargo-c and a C-API for rav1e
2020-08-11 16:22:47 +02:00
zimbatm 77da74c785
rustracerd: mark as broken (#95099)
It doesn't seem to be maintained upstream anymore?

Fixes the ycmd build.
2020-08-10 17:45:49 +00:00
Florian Klink 6ed882d7e8
Merge pull request #93587 from oxalica/rust-analyzer
rust-analyzer: 2020-07-13 -> 2020-08-03
2020-08-04 20:21:35 +02:00
oxalica ed34ccf030
rust-analyzer: 2020-07-27 -> 2020-08-03 2020-08-03 20:30:50 +08:00
xrelkd 124a8fda34 cargo-expand: 0.6.4 -> 1.0.0 2020-08-01 00:08:09 +08:00
oxalica 45cd9b2c18
rust-analyzer: 2020-07-13 -> 2020-07-27 2020-07-27 20:22:44 +08:00
Michael Weiss 2608e52664
cargo-c: init at 0.6.7
This crate is required for building the C-API for rav1e [0] but is also
used by other projects [1].

[0]: https://github.com/xiph/rav1e#building-the-c-api
[1]: https://github.com/lu-zero/cargo-c/#users
2020-06-18 18:49:27 +02:00
R. RyanTM 96ce39f5d2 rustup: 1.21.0 -> 1.21.1 2020-01-07 07:58:48 -08:00
Maximilian Bosch ee0da3561b
rustracer: 2.1.27 -> 2.1.28
https://github.com/racer-rust/racer/releases/tag/v2.1.28

Also fixes the build: https://hydra.nixos.org/build/109459958
2020-01-05 20:16:13 +01:00
Maximilian Bosch f0e3140e68
cargo-make: 0.25.0 -> 0.25.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.25.1
2020-01-03 16:33:00 +01:00
Maximilian Bosch 26f3d45b5f
cargo-make: 0.24.3 -> 0.25.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.25.0
2020-01-01 21:13:45 +01:00
Maximilian Bosch 43eec1d30f
cargo-make: 0.24.2 -> 0.24.3
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.3
2019-12-31 20:30:12 +01:00
Maximilian Bosch 645d99ecc3
cargo-expand: 0.4.16 -> 0.4.17
https://github.com/dtolnay/cargo-expand/releases/tag/0.4.17
2019-12-26 21:40:20 +01:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Maximilian Bosch d3d1b12310
Merge pull request #74133 from r-ryantm/auto-update/rust-cbindgen
rust-cbindgen: 0.9.1 -> 0.10.0
2019-12-21 00:29:48 +01:00
Jörg Thalheim b6ee7aa184
Merge pull request #76099 from malbarbo/rustup-1.21.0
rustup: 1.20.2 -> 1.21.0
2019-12-20 15:21:38 +00:00
Marco A L Barbosa 2168ea38dc rustup: 1.20.2 -> 1.21.0 2019-12-20 10:05:38 -03:00
John Children 666e58da47 rust-bindgen: 0.51.1 -> 0.52.0
Update for latest point release from a month ago: https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0
2019-12-20 13:36:27 +01:00
Maximilian Bosch e1c6965beb
cargo-raze: 0.2.8 -> 0.2.10
https://github.com/google/cargo-raze/releases/tag/v0.2.9
https://github.com/google/cargo-raze/releases/tag/v0.2.10
2019-12-16 18:29:41 +01:00
Maximilian Bosch 75f8327773
cargo-geiger: 0.7.3 -> 0.9.0
https://crates.io/crates/cargo-geiger/0.9.0
2019-12-16 13:37:30 +01:00
Maximilian Bosch 9ff834fafc
fixup! Merge pull request #74422 from r-ryantm/auto-update/ibus-typing-booster 2019-12-14 04:35:33 +01:00
Maximilian Bosch 69d31c37bc
cargo-make: 0.24.1 -> 0.24.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.2
2019-12-14 02:25:41 +01:00
Lassulus 182a8799c5
Merge pull request #73711 from B4dM4n/cargo-crev-init
cargo-crev: init at 0.13.0
2019-12-08 10:03:17 +01:00
Maximilian Bosch b3c9e72ef5
cargo-make: 0.24.0 -> 0.24.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.1
2019-12-06 17:22:51 +01:00
Fabian Möller 8f9f8363fc
cargo-crev: 0.12.0 -> 0.13.0 2019-11-28 12:43:36 +01:00