Commit graph

258 commits

Author SHA1 Message Date
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
xrelkd c382b2425d cargo-expand: 0.4.15 -> 0.4.16 2019-11-26 08:11:08 +08:00
Lassulus 4750ee91bd
Merge pull request #73709 from B4dM4n/cargo-generate-update
cargo-generate: 0.4.0 -> 0.5.0
2019-11-24 17:57:30 +01:00
Maximilian Bosch 8960509fc5
cargo-make: 0.23.0 -> 0.24.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.24.0
2019-11-22 19:16:13 +01:00
xrelkd d066e14fb6 cargo-watch: 7.2.2 -> 7.3.0 2019-11-22 23:47:24 +08:00
Fabian Möller 37e7ad7251
cargo-generate: enable tests 2019-11-18 20:53:46 +01:00
Fabian Möller 51eb8d76f3
cargo-generate: 0.4.0 -> 0.5.0 2019-11-18 14:23:07 +01:00
Pascal Hertleif e89c1c704f cargo-fuzz: 0.5.3 -> 0.5.4 2019-11-17 17:06:27 -08:00
xrelkd 0b21ea6d04 cargo-bloat: 0.9.0 -> 0.9.1 2019-11-16 12:03:51 +01:00
Maximilian Bosch 41a1d98463
Merge pull request #73259 from B4dM4n/cargo-udeps
cargo-udeps: init at 0.1.5
2019-11-12 19:10:18 +01:00
Fabian Möller d1ff1c0d09
cargo-udeps: init at 0.1.5 2019-11-11 23:42:47 +01:00
Daiderd Jordan 518b5c1ae4 rustracerd: fix build 2019-11-09 10:38:30 -08:00
Jonathan Ringer 364ae632c6 rust-bindgen: 0.51.0 -> 0.51.1 2019-11-09 08:05:10 +00:00
Jonathan Ringer cb581af6d5 cargo-geiger: fix darwin build 2019-11-06 18:07:27 -08:00
Evan Stoll c6705f54c9 cargo-geiger: run tests; skip tests that require network connectivity
- Add note on how we might be able to run all tests in the future
2019-11-04 01:53:39 -08:00
Evan Stoll c49707f50f cargo-geiger: init at 0.7.3 2019-11-04 01:53:39 -08:00
Maximilian Bosch d4e516cc82
cargo-xbuild: 0.5.15 -> 0.5.18
https://github.com/rust-osdev/cargo-xbuild/blob/master/CHANGELOG.md#v0518---2019-10-08
2019-11-01 19:00:01 +01:00
xrelkd f85d359ce7 cargo-watch: 7.2.1 -> 7.2.2 2019-10-30 16:47:28 +08:00
Andreas Rammhold 8d77a83e96
Merge pull request #70259 from andir/rust-checkflags
rust introduce `checkFlags` to parametrize test execution
2019-10-21 17:33:10 +02:00
Marek Fajkus 535c5a8a04 cargo-generate: 0.3.0 -> 0.4.0 2019-10-20 10:36:05 -07:00
Andreas Rammhold e07c2974e6
rust-cbdindgen: 0.9.0 -> 0.9.1 2019-10-20 03:04:23 +02:00
Andreas Rammhold 06744bb2d4 rust-cbindgen: skip expand tests
The expand tests require unstable rust features.
2019-10-20 02:31:13 +02:00
Basile Henry ddf26389c8 rustup: 1.20.0 -> 1.20.2 2019-10-16 20:01:49 +01:00
Maximilian Bosch 1737cd07ca
cargo-make: 0.22.2 -> 0.23.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.23.0

Please note that the cargo hash didn't change since no dependencies were
updated (only the package version in Cargo.lock).
2019-10-16 12:43:58 +02:00
Basile Henry f61e23ac13 rustup: 1.19.0 -> 1.20.0 2019-10-15 11:40:21 +01:00
Maximilian Bosch e071809101
cargo-make: 0.22.1 -> 0.22.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.22.2

Also regenerated the lockfile and added it to the repo itself rather
than fetching it from a GitHub gist.
2019-10-15 12:06:39 +02:00
Jörg Thalheim 63746f6bcf
Merge pull request #70506 from danieldk/racer-2.1.27
rustracer: 2.1.22 -> 2.1.27
2019-10-14 10:16:40 +01:00
xrelkd 1658beb6a1 cargo-bloat: 0.8.3 -> 0.9.0 2019-10-11 18:58:21 -07:00
Daniël de Kok 36164541c5 rustracer: fix default RUST_SRC_PATH 2019-10-06 09:56:55 +02:00
Daniël de Kok 0e49168cc6 rustracer: 2.1.22 -> 2.1.27
Fixes failing build on master.
2019-10-06 09:47:07 +02:00
Daniël de Kok 54393d25d8 maturin: 0.7.2 -> 0.7.6 2019-10-04 23:18:22 +02:00
Jonathan Ringer 02795b4ed5
racerd: 2019-03-20 -> 2019-09-02 2019-10-03 02:15:30 -07:00
Sirio Balmelli 7cb3992c6c
cargo-inspect: fix build on Darwin
package fails to build with 'ld: framework not found Security'
Solve by adding darwin.apple_sdk.frameworks.Security on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-18 10:10:28 +02:00
Sirio Balmelli a3757e6409 racerd: fix broken build on Darwin (#68861)
* racerd: fix broken build on Darwin

Build on Darwin failing with 'ld: framework not found Security'

Add buildInput darwin.apple_sdk.frameworks.Security
when building on Darwin.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-15 21:25:59 -05:00
zimbatm d5817fa95a
rustup: 1.18.3 -> 1.19.0 2019-09-13 16:33:40 +00:00
Frederik Rietdijk 66bc7fc1b3 Merge master into staging-next 2019-09-06 22:46:05 +02:00
Daniël de Kok 05a0bf99c9 maturin: 0.7.1 -> 0.7.2
GitHub release:
https://github.com/PyO3/maturin/releases/tag/v0.7.2

This release provides some cross-compilation fixes.
2019-09-06 19:18:08 +02:00
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Ivan Kozik 78d1b2d29e cargo-watch: enable for darwin 2019-09-01 09:45:02 +00:00
Marek Mahut 05fbc579cd
Merge pull request #67815 from xrelkd/add/cargo-watch
cargo-watch: init at 7.2.1
2019-09-01 08:28:14 +02:00
Frederik Rietdijk 98ef78326d Merge staging-next into staging 2019-08-31 18:07:33 +02:00
Frederik Rietdijk 96e5474329 Merge master into staging-next 2019-08-31 18:04:31 +02:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
Aaron Andersen e916439453
Merge pull request #67812 from danieldk/maturin-0.7.1
maturin: 0.7.0 -> 0.7.1
2019-08-31 06:57:00 -04:00
Samuel Leathers 4b515cf6ef
Merge remote-tracking branch 'upstream/master' into staging-next
* upstream/master:
  vimPlugins: update (#67823)
  mattermost-desktop: 4.2.0 -> 4.2.3 (#67717)
  lightspark: init at 0.8.1 (#67425)
  anki: 2.1.11 -> 2.1.14 (#67738)
  nixos/{namecoind,bitcoind}: removing the altcoin prefix
  rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 06:53:44 -04:00
Andreas Rammhold 5fd022d65c
Merge pull request #65856 from jonringer/bump-cbindgen
rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 11:45:36 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
xrelkd 18508dcb6a cargo-watch: init at 7.2.1 2019-08-31 14:47:01 +08:00
Daniël de Kok 72f711eada maturin: 0.7.0 -> 0.7.1
Change:

- maturin build --interpreter/maturin publish --interpreter builds
  only a source distribution.
2019-08-31 07:36:28 +02:00
Maximilian Bosch 1a1d1bc389
Merge pull request #67786 from danieldk/maturin
maturin: 0.6.1 -> 0.7.0
2019-08-31 01:44:25 +02:00