Commit Graph

3203 Commits

Author SHA1 Message Date
Nick Cao
3197dc3d18
Merge pull request #268193 from r-ryantm/auto-update/cargo-show-asm
cargo-show-asm: 0.2.21 -> 0.2.22
2023-11-18 09:35:18 -05:00
Matthias Beyer
9c92005e36
Merge pull request #268044 from matthiasbeyer/update-cargo-llvm-cov
cargo-llvm-cov: 0.5.36 -> 0.5.37
2023-11-18 11:39:53 +01:00
R. Ryantm
611e0956ae cargo-show-asm: 0.2.21 -> 0.2.22 2023-11-17 23:11:30 +00:00
Ilan Joselevich
4a29f30c92
Merge pull request #268036 from Grafcube/update-cargo-leptos-lock
cargo-leptos: fix 0.2.2
2023-11-17 14:57:44 +00:00
Matthias Beyer
6020f8fe4d
cargo-llvm-cov: 0.5.36 -> 0.5.37
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-11-17 07:26:23 +01:00
Grafcube
9b2d9a751c
cargo-leptos: fix 0.2.2
This includes the updates to Cargo.lock to ensure that the package
actually works.
2023-11-17 11:07:08 +05:30
figsoda
a034badada cargo-mutants: 23.11.0 -> 23.11.1
Diff: https://github.com/sourcefrog/cargo-mutants/compare/v23.11.0...v23.11.1

Changelog: https://github.com/sourcefrog/cargo-mutants/releases/tag/v23.11.1
2023-11-16 23:22:30 -05:00
figsoda
5f7e9ef7cb cargo-zigbuild: 0.17.4 -> 0.17.5
Diff: https://github.com/messense/cargo-zigbuild/compare/v0.17.4...v0.17.5

Changelog: https://github.com/messense/cargo-zigbuild/releases/tag/v0.17.5
2023-11-16 22:18:59 -05:00
github-actions[bot]
dba5c9ef4e
Merge master into staging-next 2023-11-16 18:01:17 +00:00
figsoda
aa68c58a91 cargo-shuttle: 0.30.1 -> 0.33.0
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.30.1...v0.33.0

Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.33.0
2023-11-16 09:43:18 -05:00
Nick Cao
e4df5bf736
Merge pull request #267799 from figsoda/codspeed
cargo-codspeed: 2.3.1 -> 2.3.2
2023-11-16 09:33:45 -05:00
Vladimír Čunát
0fe5300699
Merge branch 'master' into staging-next 2023-11-16 09:49:24 +01:00
Matthias Beyer
95ecfe9b28
Merge pull request #267808 from r-ryantm/auto-update/cargo-nextest
cargo-nextest: 0.9.61 -> 0.9.62
2023-11-16 08:15:49 +01:00
Matthias Beyer
af1eb10b5a
Merge pull request #267757 from r-ryantm/auto-update/cargo-crev
cargo-crev: 0.25.3 -> 0.25.4
2023-11-16 08:15:30 +01:00
R. Ryantm
da5031360e cargo-nextest: 0.9.61 -> 0.9.62 2023-11-16 05:02:17 +00:00
figsoda
5f79ade7f8 cargo-codspeed: 2.3.1 -> 2.3.2
Diff: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.3.1...v2.3.2

Changelog: https://github.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.3.2
2023-11-15 22:51:19 -05:00
figsoda
3704d0c750
Merge pull request #267181 from r-ryantm/auto-update/cargo-mutants
cargo-mutants: 23.10.0 -> 23.11.0
2023-11-15 21:47:16 -05:00
R. Ryantm
dfbd60ca56 cargo-crev: 0.25.3 -> 0.25.4 2023-11-15 22:48:53 +00:00
github-actions[bot]
eba04b3485
Merge master into staging-next 2023-11-15 12:01:18 +00:00
Matthias Beyer
4af30c40e2
Merge pull request #264606 from CobaltCause/cargo-llvm-cov
cargo-llvm-cov: 0.5.33 -> 0.5.36
2023-11-15 07:44:46 +01:00
Vladimír Čunát
c46eae0f35
Merge branch 'master' into staging-next 2023-11-15 07:33:10 +01:00
Fabián Heredia Montiel
56a429f6f9
Merge pull request #267198 from Grafcube/update-cargo-leptos-0.2.2
cargo-leptos: 0.2.1 -> 0.2.2
2023-11-14 18:45:14 -06:00
Fabián Heredia Montiel
884449105e Merge remote-tracking branch 'origin/master' into staging-next 2023-11-13 14:31:51 -06:00
Dmitry Ivankov
df4fef87c5 cargo-raze: increase open file descriptors limits for tests on darwin
https://hydra.nixos.org/build/239024688/nixlog/2
https://hydra.nixos.org/build/239009073/nixlog/2
```
thread '<unnamed>' panicked at 'Cannot build local tokio runtime: Os { code: 24, kind: Uncategorized, message: "Too many open files" }', /private/tmp/nix-build-cargo-raze-0.16.0.drv-0/cargo-raze-0.16.0-vendor.tar.gz/httpmock/src/lib.rs:1436:14
```

Seems to be a typical darwin failure, some packages already bump
file descriptors limit to 1024 (same as default in some Linux distros,
default darwin value seems to be 256 these days)

Also has a report upstream
https://github.com/google/cargo-raze/issues/544

ZHF: #265948
2023-11-13 19:30:21 +01:00
Nick Cao
cfab25885f
Merge pull request #267210 from r-ryantm/auto-update/rust-analyzer-unwrapped
rust-analyzer-unwrapped: 2023-10-16 -> 2023-11-13
2023-11-13 11:40:35 -05:00
R. Ryantm
ba43705c8f rust-analyzer-unwrapped: 2023-10-16 -> 2023-11-13 2023-11-13 12:59:27 +00:00
Grafcube
1423d6f91c
cargo-leptos: 0.2.1 -> 0.2.2 2023-11-13 17:01:47 +05:30
R. Ryantm
b95bcba22a cargo-binstall: 1.4.4 -> 1.4.5 2023-11-13 09:28:47 +00:00
R. Ryantm
19ac089c0d cargo-mutants: 23.10.0 -> 23.11.0 2023-11-13 09:08:50 +00:00
Weijia Wang
c1eb661271 Merge branch 'master' into staging-next 2023-11-12 22:13:26 +01:00
Nicolas Gariepy
a873835bbb humility: unstable-2022-09-15 -> unstable-2023-11-08 2023-11-12 10:30:14 -05:00
R. Ryantm
06d77c2ff8 cargo-generate: 0.18.4 -> 0.18.5 2023-11-12 06:27:03 +00:00
github-actions[bot]
9776723357
Merge master into staging-next 2023-11-11 18:00:58 +00:00
Nick Cao
0c5d52364b
Merge pull request #266791 from GoldsteinE/cargo-mommy-0.2
cargo-mommy: 0.1.1 -> 0.2
2023-11-11 09:21:31 -05:00
Goldstein
a6049384ab
cargo-mommy: 0.1.1 -> 0.2 2023-11-11 09:42:29 +03:00
github-actions[bot]
dbecb018c5
Merge staging-next into staging 2023-11-11 06:01:25 +00:00
github-actions[bot]
46679c6a02
Merge master into staging-next 2023-11-11 06:01:00 +00:00
Mario Rodas
f6bbd0ca77
Merge pull request #266640 from sveitser/update-cargo-sweep
cargo-sweep: 0.6.2 -> 0.7.0
2023-11-10 21:55:51 -05:00
github-actions[bot]
5f5513224f
Merge staging-next into staging 2023-11-11 00:02:47 +00:00
github-actions[bot]
912311b7fd
Merge master into staging-next 2023-11-11 00:02:21 +00:00
R. Ryantm
061b245b47 cargo-update: 13.1.0 -> 13.2.0 2023-11-10 15:20:01 -08:00
sveitser
f88c87e921
cargo-sweep: 0.6.2 -> 0.7.0 2023-11-10 11:31:26 +01:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
github-actions[bot]
536833ef29
Merge master into staging-next 2023-11-08 18:01:00 +00:00
Vlad M
a3d8522ae4
Merge pull request #265896 from baloo/baloo/cargo-readme/3.3.1
cargo-readme: 3.2.0 -> 3.3.1
2023-11-08 18:47:28 +02:00
Weijia Wang
311c0ae699 Merge branch 'master' into staging-next 2023-11-07 03:22:29 +01:00
Weijia Wang
ca2d537ff9
Merge pull request #265473 from saikatdas0790/update-cargo-leptos
cargo-leptos: 0.2.0 -> 0.2.1
2023-11-07 01:47:07 +01:00
Arthur Gautier
c216c25659 cargo-readme: 3.2.0 -> 3.3.1 2023-11-06 10:52:18 -08:00
github-actions[bot]
b23f12e076
Merge master into staging-next 2023-11-06 00:02:12 +00:00
David Knaack
147bb4c2b9
cargo-outdated: add missing CoreServices buildinput 2023-11-05 13:08:24 +01:00
Saikat Das
cb65afe1cb cargo-leptos: 0.2.0 -> 0.2.1
https://github.com/leptos-rs/cargo-leptos/releases/tag/0.2.1
2023-11-05 13:52:56 +05:30
github-actions[bot]
3c43b804d4
Merge master into staging-next 2023-11-03 18:01:23 +00:00
R. Ryantm
471defcec7 cargo-temp: 0.2.18 -> 0.2.19 2023-11-03 09:55:53 +00:00
github-actions[bot]
cbec6b85a3
Merge master into staging-next 2023-11-03 03:07:31 +00:00
figsoda
be03e20306
cargo-release: 0.24.12 -> 0.25.0 (#265028)
Diff: https://github.com/crate-ci/cargo-release/compare/refs/tags/v0.24.12...v0.25.0

Changelog: https://github.com/crate-ci/cargo-release/blob/v0.25.0/CHANGELOG.md
2023-11-03 01:48:07 +01:00
github-actions[bot]
29efc257c0
Merge master into staging-next 2023-11-02 18:01:07 +00:00
Nick Cao
4f1d59ffe5
Merge pull request #264981 from r-ryantm/auto-update/cargo-outdated
cargo-outdated: 0.13.1 -> 0.14.0
2023-11-02 08:20:31 -04:00
R. Ryantm
0543391e4e cargo-outdated: 0.13.1 -> 0.14.0 2023-11-02 09:24:38 +00:00
R. Ryantm
d3cab8ecc4 cargo-bundle-licenses: 1.2.1 -> 1.3.0 2023-11-02 09:20:01 +00:00
github-actions[bot]
26c3c233f5
Merge master into staging-next 2023-11-01 06:00:57 +00:00
Mario Rodas
cd5ddb84d8
Merge pull request #264649 from figsoda/dist
cargo-dist: 0.4.1 -> 0.4.2
2023-10-31 21:31:54 -05:00
figsoda
3d0f00dc9b cargo-dist: 0.4.1 -> 0.4.2
Diff: https://github.com/axodotdev/cargo-dist/compare/v0.4.1...v0.4.2

Changelog: https://github.com/axodotdev/cargo-dist/blob/v0.4.2/CHANGELOG.md
2023-10-31 14:47:07 -04:00
github-actions[bot]
81270bbdcf
Merge master into staging-next 2023-10-31 18:01:02 +00:00
Charles Hall
b57a3544ff
cargo-llvm-cov: 0.5.35 -> 0.5.36 2023-10-31 08:29:46 -07:00
Charles Hall
3dfc0c7486
cargo-llvm-cov: 0.5.34 -> 0.5.35 2023-10-31 08:26:42 -07:00
Charles Hall
a946f9e71d
cargo-llvm-cov: 0.5.33 -> 0.5.34
`cargo-llvm-cov` changed up its test suite a bit so we need to account
for those changes too.
2023-10-31 08:22:39 -07:00
figsoda
881013981f cargo-make: 0.37.3 -> 0.37.4
Diff: https://github.com/sagiegurari/cargo-make/compare/0.37.3...0.37.4

Changelog: https://github.com/sagiegurari/cargo-make/blob/0.37.4/CHANGELOG.md
2023-10-31 09:56:37 -04:00
github-actions[bot]
2fd5f8dd7a
Merge master into staging-next 2023-10-31 12:01:11 +00:00
figsoda
5a5792d8df cargo-dist: 0.4.0 -> 0.4.1
Diff: https://github.com/axodotdev/cargo-dist/compare/v0.4.0...v0.4.1

Changelog: https://github.com/axodotdev/cargo-dist/blob/v0.4.1/CHANGELOG.md
2023-10-30 21:04:54 -04:00
github-actions[bot]
135430eb60
Merge master into staging-next 2023-10-31 00:02:27 +00:00
R. Ryantm
220628eafe cargo-semver-checks: 0.24.1 -> 0.24.2 2023-10-30 15:30:37 +00:00
Vladimír Čunát
5c89ba8ab4
Merge branch 'master' into staging-next 2023-10-30 06:12:04 +01:00
figsoda
24483ad2c9
Merge pull request #263978 from r-ryantm/auto-update/cargo-make
cargo-make: 0.37.2 -> 0.37.3
2023-10-29 23:02:20 -04:00
figsoda
ccecf42ad4
Merge pull request #264169 from r-ryantm/auto-update/cargo-insta
cargo-insta: 1.32.0 -> 1.33.0
2023-10-29 23:01:05 -04:00
R. Ryantm
30ebba7599 cargo-modules: 0.9.4 -> 0.10.2 2023-10-29 13:58:57 +00:00
R. Ryantm
ee42262830 cargo-insta: 1.32.0 -> 1.33.0 2023-10-29 13:44:39 +00:00
github-actions[bot]
3f274c7328
Merge master into staging-next 2023-10-29 06:01:18 +00:00
R. Ryantm
d66747a3c3 cargo-run-bin: 1.4.1 -> 1.5.0 2023-10-28 19:42:24 +00:00
github-actions[bot]
52b6b90243
Merge master into staging-next 2023-10-28 18:00:57 +00:00
R. Ryantm
16d0952b67 cargo-make: 0.37.2 -> 0.37.3 2023-10-28 14:43:48 +00:00
Mario Rodas
5678234fb2
Merge pull request #263896 from figsoda/codspeed
cargo-codspeed: 2.3.0 -> 2.3.1
2023-10-28 08:24:06 -05:00
figsoda
6bb15ccd60 cargo-codspeed: 2.3.0 -> 2.3.1
Diff: https://github.com/CodSpeedHQ/codspeed-rust/compare/v2.3.0...v2.3.1

Changelog: https://github.com/CodSpeedHQ/codspeed-rust/releases/tag/v2.3.1
2023-10-27 23:24:40 -04:00
figsoda
94397c125b cargo-component: 0.3.0 -> 0.4.0
Diff: https://github.com/bytecodealliance/cargo-component/compare/v0.3.0...v0.4.0

Changelog: https://github.com/bytecodealliance/cargo-component/releases/tag/v0.4.0
2023-10-27 23:02:57 -04:00
toonn
f65ccb3163
Merge pull request #263598 from reckenrode/curl-propagation-fix
curl: fix build failures due to needing to propagate frameworks
2023-10-27 18:25:39 +02:00
github-actions[bot]
4a5044c558
Merge master into staging-next 2023-10-27 12:01:12 +00:00
Aaron Jheng
150228cb64
cargo-spellcheck: fix build on Darwin 2023-10-27 14:47:20 +08:00
Randy Eckenrode
4239c39104
cargo-codspeed: switch to overrideSDK
Using overrideSDK allows cargo-codspeed to use the correct SDK frameworks
even when they are propagated from curl.
2023-10-26 13:26:39 -04:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Mario Rodas
73745fdcef
Merge pull request #263385 from figsoda/zigbuild
cargo-zigbuild: 0.17.3 -> 0.17.4
2023-10-25 19:01:45 -05:00
Mario Rodas
8c927a5b20
Merge pull request #263392 from figsoda/component
cargo-component: 0.2.0 -> 0.3.0
2023-10-25 19:01:09 -05:00
Mario Rodas
1c8e8eb2b5
Merge pull request #263394 from figsoda/shuttle
cargo-shuttle: 0.29.1 -> 0.30.1
2023-10-25 19:00:57 -05:00
Fabián Heredia Montiel
85befdd824
Merge pull request #263382 from msfjarvis/hs/cargo-dist-0.4.0
cargo-dist: 0.3.1 -> 0.4.0
2023-10-25 15:55:28 -06:00
figsoda
9d860cda51 cargo-shuttle: 0.29.1 -> 0.30.1
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.29.1...v0.30.1

Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.30.1
2023-10-25 14:29:16 -04:00
figsoda
63d59f9bde cargo-component: 0.2.0 -> 0.3.0
Diff: https://github.com/bytecodealliance/cargo-component/compare/v0.2.0...v0.3.0

Changelog: https://github.com/bytecodealliance/cargo-component/releases/tag/v0.3.0
2023-10-25 14:22:47 -04:00
figsoda
0e18a0a0b4
Merge pull request #263329 from r-ryantm/auto-update/cargo-audit
cargo-audit: 0.18.2 -> 0.18.3
2023-10-25 13:54:57 -04:00
figsoda
010bdd89c4 cargo-zigbuild: 0.17.3 -> 0.17.4
Diff: https://github.com/messense/cargo-zigbuild/compare/v0.17.3...v0.17.4

Changelog: https://github.com/messense/cargo-zigbuild/releases/tag/v0.17.4
2023-10-25 13:46:53 -04:00
Harsh Shandilya
94f03a0c81
cargo-dist: 0.3.1 -> 0.4.0
Diff: https://github.com/axodotdev/cargo-dist/compare/v0.3.1...v0.4.0

Changelog: https://github.com/axodotdev/cargo-dist/blob/v0.4.0/CHANGELOG.md
2023-10-25 23:10:13 +05:30
Mario Rodas
acc9454fc8
Merge pull request #263268 from r-ryantm/auto-update/cargo-flamegraph
cargo-flamegraph: 0.6.3 -> 0.6.4
2023-10-25 08:46:10 -05:00
R. Ryantm
8324530d52 cargo-audit: 0.18.2 -> 0.18.3 2023-10-25 12:25:51 +00:00
R. Ryantm
801259a81c cargo-flamegraph: 0.6.3 -> 0.6.4 2023-10-25 03:06:39 +00:00
Nick Cao
1619b30598
Merge pull request #262986 from figsoda/semver
cargo-semver-checks: 0.24.0 -> 0.24.1
2023-10-23 21:55:34 -04:00
Nick Cao
eb9eaf9db9
Merge pull request #262998 from figsoda/binstall
cargo-binstall: 1.4.3 -> 1.4.4
2023-10-23 21:55:11 -04:00
Fabián Heredia Montiel
4f5627ff98
Merge pull request #262942 from r-ryantm/auto-update/svd2rust
svd2rust: 0.30.1 -> 0.30.2
2023-10-23 19:48:20 -06:00
Mario Rodas
992c3b5ba5
Merge pull request #263002 from figsoda/hack
cargo-hack: 0.6.11 -> 0.6.13
2023-10-23 18:38:15 -05:00
figsoda
a9074f4668
Merge pull request #262871 from r-ryantm/auto-update/cargo-nextest
cargo-nextest: 0.9.59 -> 0.9.61
2023-10-23 15:35:15 -04:00
figsoda
978d7305cb cargo-hack: 0.6.11 -> 0.6.13
Diff: https://diff.rs/cargo-hack/0.6.11/0.6.13

Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.6.13/CHANGELOG.md
2023-10-23 14:41:07 -04:00
figsoda
6532b41c2d cargo-binstall: 1.4.3 -> 1.4.4
Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.4.3...v1.4.4

Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.4.4
2023-10-23 14:02:39 -04:00
figsoda
c50c9619ff cargo-semver-checks: 0.24.0 -> 0.24.1
Diff: https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.24.0...v0.24.1

Changelog: https://github.com/obi1kenobi/cargo-semver-checks/releases/tag/v0.24.1
2023-10-23 12:13:56 -04:00
figsoda
3c8a8010e1 cargo-nextest: fix build on darwin 2023-10-23 11:40:32 -04:00
R. Ryantm
a3fcdd0c3d svd2rust: 0.30.1 -> 0.30.2 2023-10-23 13:58:22 +00:00
github-actions[bot]
2c2c0379b7
Merge staging-next into staging 2023-10-23 12:02:04 +00:00
Peter Kolloch
7b9fa5f6c3 crate2nix: 0.10.0 -> 0.11.0
...and add shell completions for bash/zsh
2023-10-23 08:55:46 +00:00
R. Ryantm
b5f04b8059 cargo-nextest: 0.9.59 -> 0.9.61 2023-10-23 07:19:15 +00:00
github-actions[bot]
df9eab6771
Merge staging-next into staging 2023-10-23 00:03:00 +00:00
Felix Bühler
0a617df61a
Merge pull request #261838 from figsoda/hack
cargo-hack: 0.6.8 -> 0.6.11
2023-10-22 20:23:28 +02:00
github-actions[bot]
f4afba2014
Merge staging-next into staging 2023-10-21 18:01:53 +00:00
R. Ryantm
af47e214ce cargo-codspeed: 2.2.0 -> 2.3.0 2023-10-21 11:36:39 +00:00
github-actions[bot]
024144542b
Merge staging-next into staging 2023-10-19 18:01:22 +00:00
R. Ryantm
989c3f91b2 rust-analyzer-unwrapped: 2023-10-02 -> 2023-10-16 2023-10-19 03:51:47 +00:00
github-actions[bot]
bb7c6d7a79
Merge staging-next into staging 2023-10-19 00:02:54 +00:00
Matthias Beyer
222d4514ca
Merge pull request #261841 from figsoda/tally
cargo-tally: 1.0.30 -> 1.0.31
2023-10-18 20:02:41 +02:00
github-actions[bot]
c12ce83e4e
Merge staging-next into staging 2023-10-18 18:01:38 +00:00
figsoda
66bf904401 cargo-tally: 1.0.30 -> 1.0.31
Diff: https://diff.rs/cargo-tally/1.0.30/1.0.31

Changelog: https://github.com/dtolnay/cargo-tally/releases/tag/1.0.31
2023-10-18 10:04:00 -04:00
figsoda
8a8aa74fee cargo-hack: 0.6.8 -> 0.6.11
Diff: https://diff.rs/cargo-hack/0.6.8/0.6.11

Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.6.11/CHANGELOG.md
2023-10-18 09:59:15 -04:00
R. Ryantm
b1937f37f0 cargo-crev: 0.25.0 -> 0.25.3 2023-10-18 09:19:52 +00:00
github-actions[bot]
c99731d9ac
Merge staging-next into staging 2023-10-17 18:01:44 +00:00
Matthias Beyer
9a4743b7e6
Merge pull request #261648 from r-ryantm/auto-update/cargo-udeps
cargo-udeps: 0.1.42 -> 0.1.43
2023-10-17 16:18:28 +02:00
R. Ryantm
77b771b67c cargo-udeps: 0.1.42 -> 0.1.43 2023-10-17 13:59:56 +00:00
happysalada
4fe91f14de cargo-tauri: add happysalada as maintainer 2023-10-17 07:51:47 +00:00
happysalada
5c32a4a70b cargo-tauri: 1.5.1 -> 1.5.2 2023-10-17 07:51:47 +00:00
happysalada
91b1c7f636 cargo-mobile2: rename from tauri-mobile and update to 0.7.0 2023-10-17 07:51:28 +00:00
github-actions[bot]
62370ea07d
Merge staging-next into staging 2023-10-15 00:03:07 +00:00
Weijia Wang
5836601367
Merge pull request #259672 from r-ryantm/auto-update/cargo-tauri
cargo-tauri: 1.3.0 -> 1.5.1
2023-10-15 01:48:24 +02:00
github-actions[bot]
879976f685
Merge staging-next into staging 2023-10-14 18:01:33 +00:00
figsoda
6089810674 cargo-expand: 1.0.73 -> 1.0.74
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.73...1.0.74

Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.74
2023-10-14 09:59:13 -04:00
R. Ryantm
4a32fc7a27 cargo-wasi: 0.1.27 -> 0.1.28 2023-10-14 10:08:36 +00:00
github-actions[bot]
fbd39f6b6b
Merge staging-next into staging 2023-10-14 06:01:29 +00:00
Mario Rodas
18ed3977b7
Merge pull request #260933 from r-ryantm/auto-update/cargo-llvm-lines
cargo-llvm-lines: 0.4.35 -> 0.4.36
2023-10-13 22:44:07 -05:00
github-actions[bot]
45a3496bff
Merge staging-next into staging 2023-10-14 00:02:47 +00:00
R. Ryantm
869e9d328c cargo-llvm-lines: 0.4.35 -> 0.4.36 2023-10-13 19:44:31 +00:00
Alex Martens
7010c825fb probe-rs: 0.21.0 -> 0.21.1 2023-10-13 11:19:26 -07:00
github-actions[bot]
c68d98e9d4
Merge staging-next into staging 2023-10-13 18:01:31 +00:00
Mario Rodas
9034d4788e
Merge pull request #259813 from figsoda/component
cargo-component: unstable-2023-09-20 -> 0.2.0
2023-10-13 08:55:39 -05:00
Mario Rodas
2a3493854e
Merge pull request #260709 from figsoda/shuttle
cargo-shuttle: 0.29.0 -> 0.29.1
2023-10-13 08:44:56 -05:00
github-actions[bot]
49523dec15
Merge staging-next into staging 2023-10-13 06:01:45 +00:00
Weijia Wang
5490001453
Merge pull request #259182 from r-ryantm/auto-update/cargo-ndk
cargo-ndk: 3.3.0 -> 3.4.0
2023-10-13 04:05:15 +02:00
Weijia Wang
e68a1f09e0
Merge pull request #259528 from taylor1791/master
cargo-lambda: 0.18.1 -> 0.21.1
2023-10-13 00:07:21 +02:00
R. Ryantm
30e70aded1 cargo-pgrx: 0.10.2 -> 0.11.0 2023-10-12 21:02:39 +00:00
figsoda
43f0897920 cargo-shuttle: 0.29.0 -> 0.29.1
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.29.0...v0.29.1

Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.29.1
2023-10-12 11:13:35 -04:00
github-actions[bot]
4da0322a88
Merge staging-next into staging 2023-10-12 12:02:01 +00:00
Mario Rodas
fe9c4c47ab
Merge pull request #260465 from figsoda/leptosfmt
leptosfmt: 0.1.16 -> 0.1.17
2023-10-12 03:34:04 -05:00
Mario Rodas
9efdb63706
Merge pull request #260343 from r-ryantm/auto-update/maturin
maturin: 1.2.3 -> 1.3.0
2023-10-11 18:08:17 -05:00
figsoda
a79ee4c266 cargo-expand: 1.0.72 -> 1.0.73
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.72...1.0.73

Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.73
2023-10-11 14:58:09 -04:00
Matthias Beyer
872740f395
Merge pull request #230459 from ConsumingChaos/cargo-bazel
cargo-bazel: init at 0.8.0
2023-10-11 18:19:59 +02:00
figsoda
39ae78abfd leptosfmt: 0.1.16 -> 0.1.17
Diff: https://github.com/bram209/leptosfmt/compare/0.1.16...0.1.17

Changelog: https://github.com/bram209/leptosfmt/blob/0.1.17/CHANGELOG.md
2023-10-11 11:34:52 -04:00
R. Ryantm
b80569845a maturin: 1.2.3 -> 1.3.0 2023-10-11 03:35:18 +00:00
Nick Cao
f54d1b6850
Merge pull request #260045 from figsoda/shuttle
cargo-shuttle: 0.28.1 -> 0.29.0
2023-10-10 18:53:40 -04:00
Nick Cao
d01a7472fa
Merge pull request #260219 from aaronjheng/cargo-spellcheck
cargo-spellcheck: 0.13.0 -> 0.13.1
2023-10-10 18:44:40 -04:00
Aaron Jheng
f7aba1b970
cargo-spellcheck: 0.13.0 -> 0.13.1 2023-10-10 13:39:51 +00:00
figsoda
5627fa4b54 leptosfmt: 0.1.15 -> 0.1.16
Diff: https://github.com/bram209/leptosfmt/compare/0.1.15...0.1.16

Changelog: https://github.com/bram209/leptosfmt/blob/0.1.16/CHANGELOG.md
2023-10-09 17:03:06 -04:00
figsoda
d98225e426 cargo-shuttle: 0.28.1 -> 0.29.0
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.28.1...v0.29.0

Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.29.0
2023-10-09 14:04:59 -04:00
Matthias Beyer
1af277b55e
Merge pull request #259806 from figsoda/semver
cargo-semver-checks: 0.23.0 -> 0.24.0
2023-10-09 08:25:01 +02:00
Samuel Dionne-Riel
5a9c737c58
Merge pull request #259769 from cafkafk/cafk-cargo-leptos-0.2.0
cargo-leptos: 0.1.11 -> 0.2.0
2023-10-09 00:43:50 -04:00
Mario Rodas
350f9a67bb
Merge pull request #259794 from r-ryantm/auto-update/cargo-binstall
cargo-binstall: 1.4.2 -> 1.4.3
2023-10-08 17:13:12 -05:00
Mario Rodas
77c04821f6
Merge pull request #259801 from figsoda/leptos
leptosfmt: 0.1.14 -> 0.1.15
2023-10-08 17:12:06 -05:00
figsoda
3451225bcb cargo-binstall: fix build on darwin 2023-10-08 15:10:23 -04:00
figsoda
45aae1f6c3 cargo-shuttle: 0.28.0 -> 0.28.1
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.28.0...v0.28.1

Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.28.1
2023-10-08 14:41:18 -04:00
figsoda
4b9de45044 cargo-component: unstable-2023-09-20 -> 0.2.0
Diff: 9bfbdeabee...v0.2.0

Changelog: https://github.com/bytecodealliance/cargo-component/releases/tag/v0.2.0
2023-10-08 14:30:53 -04:00
figsoda
dd968e4769 cargo-semver-checks: 0.23.0 -> 0.24.0
Diff: https://github.com/obi1kenobi/cargo-semver-checks/compare/v0.23.0...v0.24.0

Changelog: https://github.com/obi1kenobi/cargo-semver-checks/releases/tag/v0.24.0
2023-10-08 14:10:56 -04:00
figsoda
6099df65bf leptosfmt: 0.1.14 -> 0.1.15
Diff: https://github.com/bram209/leptosfmt/compare/0.1.14...0.1.15

Changelog: https://github.com/bram209/leptosfmt/blob/0.1.15/CHANGELOG.md
2023-10-08 13:44:35 -04:00
figsoda
cdcd9acbc0
Merge pull request #259702 from matthiasbeyer/update-cargo-modules
cargo-modules: 0.9.3 -> 0.9.4
2023-10-08 13:38:09 -04:00
Mario Rodas
f2ba3a6a31
Merge pull request #259078 from figsoda/mutants
cargo-mutants: 23.9.1 -> 23.10.0
2023-10-08 12:28:31 -05:00
R. Ryantm
3745b57677 cargo-binstall: 1.4.2 -> 1.4.3 2023-10-08 17:21:54 +00:00
Mario Rodas
2181204bc2
Merge pull request #259073 from figsoda/guppy
cargo-guppy: unstable-2023-07-29 -> unstable-2023-10-04
2023-10-08 12:14:02 -05:00
Ryan Mulligan
65af414a4c
Merge pull request #259117 from r-ryantm/auto-update/rust-script
rust-script: 0.32.0 -> 0.34.0
2023-10-08 09:05:24 -07:00
Christina Sørensen
d66945bc7a
cargo-leptos: 0.1.11 -> 0.2.0
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-10-08 15:51:31 +02:00
Matthias Beyer
c096479c38
cargo-modules: 0.9.3 -> 0.9.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-10-08 09:00:24 +02:00
Matthias Beyer
14a685cf28
Merge pull request #259215 from matthiasbeyer/update-cargo-update
cargo-update: 13.0.4 -> 13.1.0
2023-10-08 08:53:44 +02:00
Matthias Beyer
5a1f65ce04
Merge pull request #259670 from r-ryantm/auto-update/cargo-run-bin
cargo-run-bin: 1.3.2 -> 1.4.1
2023-10-08 08:34:04 +02:00
Taylor Everding
d48011b75d cargo-lambda: 0.18.1 -> 0.21.1 2023-10-07 21:19:15 -06:00
R. Ryantm
5d5cc30bf3 cargo-tauri: 1.3.0 -> 1.5.1 2023-10-08 01:50:32 +00:00
R. Ryantm
af2e46992d cargo-run-bin: 1.3.2 -> 1.4.1 2023-10-08 01:14:30 +00:00
R. Ryantm
1165b3395e cargo-espflash: 2.0.1 -> 2.1.0 2023-10-08 00:58:08 +00:00
Sarah Brofeldt
7f998f1170
Merge pull request #259396 from samueltardieu/rtthost
rtthost: 0.20.0 -> 0.21.0
2023-10-07 07:01:11 +02:00
Samuel Tardieu
7de62195d7 rtthost: 0.20.0 -> 0.21.0 2023-10-06 17:06:02 +02:00
Nick Cao
38865d8c01
Merge pull request #259286 from newAM/probe-rs-0.21.0
probe-rs: 0.20.0 -> 0.21.0
2023-10-06 10:48:16 -04:00
R. Ryantm
69278aecde rust-analyzer-unwrapped: 2023-09-25 -> 2023-10-02 2023-10-06 12:28:54 +00:00
Alex Martens
3c80160c7b probe-rs: 0.20.0 -> 0.21.0 2023-10-05 17:37:54 -07:00
Ryan Lahfa
0bf82c9fb7
Merge pull request #259017 from samueltardieu/rtthost 2023-10-06 01:02:00 +02:00
Matthias Beyer
1ee9424a25
cargo-update: 13.0.4 -> 13.1.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-10-05 18:23:37 +02:00
R. Ryantm
8814ada792 cargo-ndk: 3.3.0 -> 3.4.0 2023-10-05 13:28:41 +00:00
R. Ryantm
efbc9890a2 rust-script: 0.32.0 -> 0.34.0 2023-10-05 04:38:24 +00:00
figsoda
e80b853f40 cargo-mutants: 23.9.1 -> 23.10.0
Diff: https://github.com/sourcefrog/cargo-mutants/compare/cargo-mutants-23.9.1...v23.10.0

Changelog: https://github.com/sourcefrog/cargo-mutants/releases/tag/v23.10.0
2023-10-04 18:57:31 -04:00
figsoda
c0102fb78a cargo-hakari: 0.9.27 -> 0.9.28
Diff: https://github.com/guppy-rs/guppy/compare/cargo-hakari-0.9.27...cargo-hakari-0.9.28

Changelog: https://github.com/guppy-rs/guppy/blob/cargo-hakari-0.9.28/tools/cargo-hakari/CHANGELOG.md
2023-10-04 18:13:23 -04:00
figsoda
b80a4be5b8 cargo-guppy: unstable-2023-07-29 -> unstable-2023-10-04
Diff: 7c7f352d9d...837d0ae762
2023-10-04 18:10:49 -04:00
Samuel Tardieu
ab0557da75 rtthost: init at 0.20.0 2023-10-04 18:04:14 +02:00
figsoda
786a1bff54 cargo-shuttle: 0.27.0 -> 0.28.0
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.27.0...v0.28.0

Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.28.0
2023-10-03 10:13:25 -04:00
Nick Cao
4819569157
Merge pull request #258601 from figsoda/expand
cargo-expand: 1.0.71 -> 1.0.72
2023-10-02 15:43:58 -04:00
Alex Martens
0c576ab4c0 svd2rust: 0.30.0 -> 0.30.1 2023-10-02 09:48:50 -07:00
figsoda
81f3569927 cargo-expand: 1.0.71 -> 1.0.72
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.71...1.0.72

Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.72
2023-10-02 11:39:20 -04:00
R. Ryantm
d86dee8140 rust-analyzer-unwrapped: 2023-09-18 -> 2023-09-25 2023-10-02 04:52:15 +00:00
figsoda
71f602f5ea
Merge pull request #258041 from cafkafk/cafk-cargo-deny-0.14.3
cargo-deny: 0.14.2 -> 0.14.3
2023-09-29 11:42:26 -04:00
Christina Sørensen
973afead49
cargo-deny: 0.14.2 -> 0.14.3
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2023-09-29 15:53:06 +02:00
Mario Rodas
b4cc24e767
Merge pull request #257945 from figsoda/binstall
cargo-binstall: 1.4.1 -> 1.4.2
2023-09-29 06:55:35 -05:00
figsoda
de0efefeb1 cargo-binstall: 1.4.1 -> 1.4.2
Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.4.1...v1.4.2

Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.4.2
2023-09-28 22:31:32 -04:00
figsoda
b18d2a9aef cargo-dist: 0.3.0 -> 0.3.1
Diff: https://github.com/axodotdev/cargo-dist/compare/v0.3.0...v0.3.1

Changelog: https://github.com/axodotdev/cargo-dist/blob/v0.3.1/CHANGELOG.md
2023-09-28 22:24:33 -04:00
figsoda
d9cd112c2b
Merge pull request #257532 from figsoda/binstall
cargo-binstall: 1.4.0 -> 1.4.1
2023-09-28 22:14:49 -04:00
Matthias Beyer
a9f6c4e42d
Merge pull request #257724 from figsoda/nextest
cargo-nextest: 0.9.58 -> 0.9.59
2023-09-28 08:34:12 +02:00
figsoda
13ce0ba525 cargo-nextest: 0.9.58 -> 0.9.59
Diff: https://github.com/nextest-rs/nextest/compare/cargo-nextest-0.9.58...cargo-nextest-0.9.59

Changelog: https://nexte.st/CHANGELOG.html
2023-09-27 17:06:05 -04:00
figsoda
27002ec4f5
Merge pull request #257571 from matthiasbeyer/update-cargo-make
cargo-make: 0.37.1 -> 0.37.2
2023-09-27 17:05:33 -04:00
Matthias Beyer
56c409f4a9
Merge pull request #257658 from figsoda/dist
cargo-dist: 0.2.0 -> 0.3.0
2023-09-27 19:32:46 +02:00
Matthias Beyer
e28274a93c
Merge pull request #257661 from figsoda/llvm-lines
cargo-llvm-lines: 0.4.34 -> 0.4.35
2023-09-27 19:32:11 +02:00
figsoda
f1d1057772 cargo-llvm-lines: 0.4.34 -> 0.4.35
Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.34...0.4.35

Changelog: https://github.com/dtolnay/cargo-llvm-lines/releases/tag/0.4.35
2023-09-27 11:29:17 -04:00
figsoda
4e288c16e7 cargo-dist: 0.2.0 -> 0.3.0
Diff: https://github.com/axodotdev/cargo-dist/compare/v0.2.0...v0.3.0

Changelog: https://github.com/axodotdev/cargo-dist/blob/v0.3.0/CHANGELOG.md
2023-09-27 11:20:41 -04:00
Matthias Beyer
a4f7090fde
cargo-make: 0.37.1 -> 0.37.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-09-27 09:29:26 +02:00
figsoda
1494f07bc7 cargo-binstall: 1.4.0 -> 1.4.1
Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.4.0...v1.4.1

Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.4.1
2023-09-26 20:28:49 -04:00
github-actions[bot]
f80bca6721
Merge master into staging-next 2023-09-27 00:02:24 +00:00
Nick Cao
58200cd4cd
Merge pull request #257447 from figsoda/binstall
cargo-binstall: 1.3.1 -> 1.4.0
2023-09-26 19:06:44 -04:00
Nick Cao
0a5c6a713c
Merge pull request #257484 from figsoda/script
rust-script: 0.31.0 -> 0.32.0
2023-09-26 19:02:05 -04:00
Matthias Beyer
d76e8633bf
Merge pull request #257486 from figsoda/modules
cargo-modules: 0.9.2 -> 0.9.3
2023-09-26 22:17:07 +02:00
Matthias Beyer
e433356c5a
Merge pull request #257481 from CobaltCause/cargo-llvm-cov
cargo-llvm-cov: 0.5.32 -> 0.5.33
2023-09-26 22:17:02 +02:00
Weijia Wang
05047183ab
Merge pull request #255771 from r-ryantm/auto-update/duckscript
duckscript: 0.8.20 -> 0.9.1
2023-09-26 21:31:33 +02:00
figsoda
15db659f35 cargo-modules: 0.9.2 -> 0.9.3
Diff: https://github.com/regexident/cargo-modules/compare/0.9.2...0.9.3

Changelog: https://github.com/regexident/cargo-modules/blob/0.9.3/CHANGELOG.md
2023-09-26 14:43:37 -04:00
figsoda
f501e8a9b3 rust-script: 0.31.0 -> 0.32.0
Diff: https://github.com/fornwall/rust-script/compare/0.31.0...0.32.0

Changelog: https://github.com/fornwall/rust-script/releases/tag/0.32.0
2023-09-26 14:39:29 -04:00
Charles Hall
415c6275f3
cargo-llvm-cov: 0.5.32 -> 0.5.33 2023-09-26 11:08:07 -07:00
figsoda
57959fa863 cargo-binstall: 1.3.1 -> 1.4.0
Diff: https://github.com/cargo-bins/cargo-binstall/compare/v1.3.1...v1.4.0

Changelog: https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.4.0
2023-09-26 09:28:39 -04:00
Weijia Wang
0f9b7bf5a0 duckscript: 0.9.0 -> 0.9.1 2023-09-26 10:39:41 +02:00
github-actions[bot]
cc5ae613ff
Merge master into staging-next 2023-09-26 00:02:17 +00:00
figsoda
47c93f08d1 cargo-audit: 0.18.1 -> 0.18.2
Diff: https://diff.rs/cargo-audit/0.18.1/0.18.2

Changelog: https://github.com/rustsec/rustsec/blob/cargo-audit/v0.18.2/cargo-audit/CHANGELOG.md
2023-09-25 10:04:25 -04:00
github-actions[bot]
0e6413dbff
Merge master into staging-next 2023-09-24 00:02:23 +00:00
Nick Cao
014d6fab82
Merge pull request #256963 from figsoda/llvm-lines
cargo-llvm-lines: 0.4.33 -> 0.4.34
2023-09-23 19:17:14 -04:00
figsoda
c2f34d397b cargo-expand: 1.0.70 -> 1.0.71
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.70...1.0.71

Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.71
2023-09-23 16:54:11 -04:00
figsoda
9609a4ae5b cargo-llvm-lines: 0.4.33 -> 0.4.34
Diff: https://github.com/dtolnay/cargo-llvm-lines/compare/0.4.33...0.4.34

Changelog: https://github.com/dtolnay/cargo-llvm-lines/releases/tag/0.4.34
2023-09-23 16:26:08 -04:00
Mario Rodas
03eec5278a
Merge pull request #256942 from matthiasbeyer/update-cargo-llvm-cov
cargo-llvm-cov: 0.5.31 -> 0.5.32
2023-09-23 14:46:37 -05:00
github-actions[bot]
ab2ecc25c1
Merge master into staging-next 2023-09-23 18:00:59 +00:00
Matthias Beyer
9155f8dc6e
Merge pull request #256909 from figsoda/insta
cargo-insta: 1.31.0 -> 1.32.0
2023-09-23 19:56:53 +02:00
Matthias Beyer
0c1192bcb3
cargo-llvm-cov: 0.5.31 -> 0.5.32
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-09-23 19:55:41 +02:00
figsoda
b4349358c9 cargo-insta: 1.31.0 -> 1.32.0
Diff: https://github.com/mitsuhiko/insta/compare/refs/tags/1.31.0...1.32.0

Changelog: https://github.com/mitsuhiko/insta/blob/1.32.0/CHANGELOG.md
2023-09-23 11:02:23 -04:00
figsoda
1d36874445 cargo-machete: 0.5.0 -> 0.6.0
Diff: https://github.com/bnjbvr/cargo-machete/compare/v0.5.0...v0.6.0

Changelog: https://github.com/bnjbvr/cargo-machete/blob/v0.6.0/CHANGELOG.md
2023-09-23 10:06:58 -04:00
github-actions[bot]
3180ce092d
Merge master into staging-next 2023-09-23 12:01:04 +00:00
Aaron Jheng
59b85ca336
cargo-tally: 1.0.29 -> 1.0.30 2023-09-23 14:35:43 +08:00
github-actions[bot]
334a61dd1d
Merge master into staging-next 2023-09-23 00:02:16 +00:00
github-actions[bot]
583877beb2
Merge master into staging-next 2023-09-22 18:01:00 +00:00
figsoda
976be87c9b cargo-careful: 0.3.4 -> 0.4.0
Diff: https://github.com/RalfJung/cargo-careful/compare/v0.3.4...v0.4.0
2023-09-22 09:55:42 -04:00
Nick Cao
96644b7bfe
Merge pull request #256596 from figsoda/component
cargo-component: unstable-2023-09-06 -> unstable-2023-09-20
2023-09-22 09:48:00 -04:00
github-actions[bot]
3431cedfe3
Merge master into staging-next 2023-09-22 12:01:02 +00:00
R. Ryantm
cdd0e6028a cargo-pgrx: 0.10.0 -> 0.10.2 2023-09-22 11:34:11 +00:00
R. Ryantm
4b411427d8 cargo-run-bin: 1.2.0 -> 1.3.2 2023-09-22 07:17:16 +00:00
github-actions[bot]
c651d7d9e9
Merge master into staging-next 2023-09-22 00:02:14 +00:00
figsoda
be1c243505 cargo-component: unstable-2023-09-06 -> unstable-2023-09-20
Diff: aa6e3c1168...9bfbdeabee
2023-09-21 19:59:58 -04:00