Commit Graph

4363 Commits

Author SHA1 Message Date
github-actions[bot]
d62aaef66a Merge master into staging-next 2024-08-28 00:13:03 +00:00
Jan Likar
54cbd6b32e cargo-clone: add janlikar to maintainers 2024-08-27 20:27:20 +02:00
R. Ryantm
a6a44e0de9 cargo-leptos: 0.2.18 -> 0.2.20 2024-08-27 16:33:40 +00:00
github-actions[bot]
3b85a864c3 Merge staging-next into staging 2024-08-26 18:04:37 +00:00
github-actions[bot]
75c9ed99be Merge master into staging-next 2024-08-26 18:04:09 +00:00
Donovan Glover
7f12f1a3bd cargo-insta: 1.33.0 -> 1.39-unstable-2024-08-22 (#332299) 2024-08-26 17:32:55 +00:00
a-kenji
1bb9dc1f31 cargo-insta: 1.33.0 -> 1.39-unstable-2024-08-22
Updates insta to latest unstable release.
Insta vendored their lockfiles again, fixing: #317404.

Because it is not released yet, I have pulled from the unstable main for
now.
2024-08-26 12:56:41 +02:00
github-actions[bot]
41ae34fbe3 Merge staging-next into staging 2024-08-25 18:04:08 +00:00
github-actions[bot]
42a36f336d Merge master into staging-next 2024-08-25 18:03:42 +00:00
Nick Cao
38b1e903cc Merge pull request #337135 from r-ryantm/auto-update/cargo-mobile2
cargo-mobile2: 0.13.2 -> 0.14.0
2024-08-25 09:53:59 -04:00
github-actions[bot]
eb403bf156 Merge staging-next into staging 2024-08-25 06:04:43 +00:00
github-actions[bot]
a97ed4291e Merge master into staging-next 2024-08-25 06:04:18 +00:00
Robert Schütz
6fdf7fda51 Merge pull request #336938 from r-ryantm/auto-update/rust-analyzer-unwrapped
rust-analyzer-unwrapped: 2024-08-12 -> 2024-08-19
2024-08-24 18:08:12 -07:00
R. Ryantm
1a65683645 cargo-mobile2: 0.13.2 -> 0.14.0 2024-08-25 00:48:59 +00:00
github-actions[bot]
0b0c93bea0 Merge staging-next into staging 2024-08-25 00:14:39 +00:00
github-actions[bot]
981c565848 Merge master into staging-next 2024-08-25 00:14:11 +00:00
Jan Likar
4e2fc88076 cargo-clone: 1.2.1 -> 1.2.3
Due to a breaking change in Rust compiler 1.80.0 cargo-clone cannot be built.
See NixOS/nixpkgs#332957.

Version 1.2.3 includes a fix for this issue and several cargo-clone dependency updates.
Changelog: https://github.com/JanLikar/cargo-clone/blob/v1.2.3/CHANGELOG.md
2024-08-24 21:59:17 +02:00
R. Ryantm
a54c49fda0 rust-analyzer-unwrapped: 2024-08-12 -> 2024-08-19 2024-08-24 10:42:21 -04:00
Wolfgang Walther
050689db30 treewide: fix pg_config / postgresql headers moved to dev output
This was supposed to happen in #294504, but the commit was accidentally
left out when splitting off some libpq-related changes. Originated in
#179962, by Sandro.

Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2024-08-24 15:44:10 +02:00
R. Ryantm
0f589144a1 rust-bindgen-unwrapped: 0.69.4 -> 0.70.1 2024-08-24 13:37:39 +00:00
Maximilian Bosch
04b4c1e31c Merge pull request #294504 from wolfgangwalther/postgresql-outputs
postgresql: split -lib and -dev outputs cleanly
2024-08-24 12:12:34 +02:00
github-actions[bot]
8751a0ec8d Merge master into staging-next 2024-08-24 00:12:18 +00:00
Wolfgang Walther
5547322a0c postgresql: move dynamic modules to default output
Dynamic modules are technically libraries, but are not used by other packages.
Instead they are loaded by PostgreSQL itself, e.g. as extensions. Those just
increased the size of the lib output without benefit.

This removes the NIX_PGLIBDIR hack introduced in #17838 and instead makes sure
that pg_config always returns the correct PGLIBDIR. The test for postgis
introduced in the same PR is still passing with the change.
2024-08-23 21:37:43 +02:00
R. Ryantm
8aef2b450b cargo-dist: 0.21.0 -> 0.21.1 2024-08-23 17:07:57 +00:00
github-actions[bot]
8aed0e83e9 Merge staging-next into staging 2024-08-23 06:04:43 +00:00
Sebastián Mancilla
ab33163b4e Merge pull request #333322 from r-ryantm/auto-update/cargo-binstall
cargo-binstall: 1.6.9 -> 1.10.2
2024-08-22 22:04:38 -04:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
Nick Cao
7275495dc8 Merge pull request #335965 from r-ryantm/auto-update/cargo-about
cargo-about: 0.6.3 -> 0.6.4
2024-08-20 15:34:28 -04:00
R. Ryantm
e3ac2227f1 cargo-about: 0.6.3 -> 0.6.4 2024-08-20 01:38:01 +00:00
Wolfgang Walther
e3244e9ff0 treewide: replace xxxFlagsArray with non-Array variant in nix code
The xxxFlagsArray variants were never meant to be used in nix code, at
least they can't be used properly without __structuredAttrs turned on.

If no spaces are passed in the argument the xxxFlagsArray can be
replaced as-is with the non-Array variant. When whitespace needs to be
passed, the derivation is additionally changed to enable
__structuredAttrs.
2024-08-19 23:28:13 +02:00
Jörg Thalheim
34a8b3aa25 Merge pull request #335152 from cole-h/cargo-outdated
cargo-outdated: fix build against Rust 1.80 due to outdated time dependency
2024-08-19 13:55:00 +02:00
Sandro
6cb5757dce Merge pull request #335192 from ipetkov/cargo-audit 2024-08-19 11:24:02 +02:00
Donovan Glover
19924807e6 Merge pull request #335678 from bobrik/ivan/cargo-whatfeatures-0.9.13
cargo-whatfeatures: 0.9.12 -> 0.9.13
2024-08-18 22:49:38 +00:00
Ivan Babrou
c81ad34e59 cargo-whatfeatures: 0.9.12 -> 0.9.13 2024-08-18 14:01:21 -07:00
Nick Cao
91f18ea724 Merge pull request #335012 from r-ryantm/auto-update/cargo-dist
cargo-dist: 0.19.1 -> 0.21.0
2024-08-18 09:50:17 -04:00
Yt
7248c55353 Merge pull request #335511 from r-ryantm/auto-update/cargo-mobile2
cargo-mobile2: 0.13.1 -> 0.13.2
2024-08-18 12:43:49 +00:00
github-actions[bot]
6855a1a5f4 Merge staging-next into staging 2024-08-18 12:02:30 +00:00
Sandro
4c66fe4cb4 Merge pull request #335334 from linsui/tauri
cargo-tauri: 2.0.0-rc.2 -> 1.7.1-unstable-2024-08-16
2024-08-18 10:43:08 +02:00
R. Ryantm
651340662e cargo-mobile2: 0.13.1 -> 0.13.2 2024-08-18 04:46:18 +00:00
github-actions[bot]
0f820c1c5a Merge staging-next into staging 2024-08-18 00:03:22 +00:00
linsui
35788edf45 cargo-tauri: 2.0.0-rc.2 -> 1.7.1-unstable-2024-08-16 2024-08-17 21:48:45 +08:00
Ivan Petkov
064edbf587 cargo-audit: 0.20.0 -> 0.20.1 2024-08-16 11:56:56 -07:00
Cole Helbling
1d65e2645d cargo-outdated: fix build against Rust 1.80 due to outdated time dependency 2024-08-16 09:24:11 -07:00
R. Ryantm
9c4e82b6e6 rust-analyzer-unwrapped: 2024-08-05 -> 2024-08-12 2024-08-16 09:50:44 +00:00
R. Ryantm
78e1f38ef0 cargo-dist: 0.19.1 -> 0.21.0 2024-08-16 03:22:49 +00:00
R. Ryantm
c834ad683c cargo-binstall: 1.6.9 -> 1.10.2 2024-08-15 21:03:32 +00:00
github-actions[bot]
4c8722e915 Merge staging-next into staging 2024-08-15 18:02:28 +00:00
github-actions[bot]
688ae1bcd3 Merge staging-next into staging 2024-08-15 12:02:43 +00:00
Philipp Mildenberger
868dc2caff cargo-update: 14.0.0 -> 14.0.2, fixes build 2024-08-15 12:18:39 +02:00
Matthias Beyer
8b908192e6 Merge pull request #334718 from emilazy/push-wmummuqmyyro
cargo-semver-checks: 0.33.0 -> 0.34.0
2024-08-15 08:27:57 +02:00