1924 Commits
Author SHA1 Message Date
Taiki Endo ddaadeb897 Release 2.45.8 v2.45.8 2024-11-29 00:13:20 +09:00
Taiki Endo 92fe43c476 Update cargo-deny@latest to 0.16.3 2024-11-29 00:12:21 +09:00
Taiki Endo 4954b85ec7 Update protoc@latest to 3.29.0 2024-11-28 09:37:13 +09:00
Taiki Endo 2b51c05cf7 Release 2.45.7 v2.45.7 2024-11-27 10:47:07 +09:00
Taiki Endo 3aaae1e038 Update changelog 2024-11-27 10:46:39 +09:00
Taiki Endo 8556ea401b Update cargo-nextest@latest to 0.9.85 2024-11-27 09:35:01 +09:00
Taiki Endo 2b9c32ad62 Update typos@latest to 1.28.1 2024-11-27 03:16:23 +09:00
Taiki Endo 96c8587cb5 Update typos@latest to 1.28.0 2024-11-26 11:01:31 +09:00
Taiki Endo 6d2c0be904 Update cargo-rdme manifest 2024-11-26 11:01:31 +09:00
Taiki Endo d435865fa6 codegen: Mark cargo-rdme 1.4.8 as broken
Same as e72b7b51a2.
(macOS binary is missing)
2024-11-26 10:55:57 +09:00
Taiki Endo 182d494559 Update mdbook@latest to 0.4.43 2024-11-26 03:16:27 +09:00
Taiki Endo 6da51af621 Release 2.45.6 v2.45.6 2024-11-24 15:22:07 +09:00
Taiki Endo f1dbe47141 Update cargo-auditable@latest to 0.6.6 2024-11-24 15:13:46 +09:00
Taiki Endo 9957268b03 Update cargo-binstall@latest to 1.10.14 2024-11-23 15:26:17 +09:00
Taiki Endo 33e32f5507 Release 2.45.5 v2.45.5 2024-11-22 22:58:15 +09:00
Taiki Endo 7de9c3b078 Update release-plz manifests 2024-11-22 22:51:56 +09:00
Taiki Endo b147340aa2 Update release-plz@latest to 0.3.110 2024-11-22 21:18:58 +09:00
Taiki Endo 5b1c1a5544 Release 2.45.4 v2.45.4 2024-11-22 00:19:03 +09:00
Taiki Endo 19a057f9c1 Update syft@latest to 1.17.0 2024-11-22 00:00:22 +09:00
Taiki Endo dd2112f859 Update release-plz links 2024-11-21 23:55:04 +09:00
Taiki Endo ca079cf073 Release 2.45.3 v2.45.3 2024-11-21 10:50:51 +09:00
Taiki Endo df8c31f9bf Update just@latest to 1.37.0 2024-11-21 09:37:09 +09:00
Taiki Endo 45e0b9c640 Release 2.45.2 v2.45.2 2024-11-21 03:20:09 +09:00
Taiki Endo 9e8985f3cd Update wasmtime@latest to 27.0.0 2024-11-21 03:13:23 +09:00
Taiki Endo ce24374b73 Release 2.45.1 v2.45.1 2024-11-21 01:15:51 +09:00
Taiki Endo 137568b070 Update git-cliff@latest to 2.7.0 2024-11-20 21:16:42 +09:00
Taiki Endo 32cafa544d Release 2.45.0 v2.45.0 2024-11-20 04:46:37 +09:00
Taiki Endo df4e2c5813 Update changelog 2024-11-20 04:46:19 +09:00
simonsan 6662e50b58 Add cargo-auditable (#741)
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
2024-11-20 04:43:47 +09:00
Taiki Endo fe7bfc78d7 Release 2.44.72 v2.44.72 2024-11-20 04:17:46 +09:00
Taiki Endo b5ee2ee0c2 codegen: Remove needless clone 2024-11-20 04:10:19 +09:00
Taiki Endo f0e0e09968 Update comments 2024-11-20 04:10:19 +09:00
Taiki Endo adcdc5f593 hyperfine 1.19.0+ provides AArch64 macOS binary 2024-11-20 04:10:19 +09:00
Taiki Endo 6c9d919fa0 ci: Avoid buggy behavior of cygwin 2024-11-20 04:10:19 +09:00
Taiki Endo a5ee591cfb Update cargo-dinghy@latest to 0.8.0 2024-11-20 04:10:19 +09:00
Taiki Endo f725b9adf3 Update cargo-binstall@latest to 1.10.13 2024-11-18 21:17:20 +09:00
Taiki Endo 33a1d08515 Fix clippy::unnecessary_map_or warning
```
error: this `map_or` is redundant
  --> tools/codegen/src/main.rs:68:34
   |
68 |         if r.len() < per_page || version_req.map_or(false, |req| req == "latest") {
   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `version_req.is_some_and(|req| req == "latest")`
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
   = note: `-D clippy::unnecessary-map-or` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::unnecessary_map_or)]`
```
2024-11-17 13:31:13 +09:00
Taiki Endo 5d427d86f0 Release 2.44.71 v2.44.71 2024-11-16 12:40:45 +09:00
Taiki Endo ed8e59bd89 Update cargo-nextest@latest to 0.9.84 2024-11-16 09:35:46 +09:00
Taiki Endo b4653a632e Update rclone@latest to 1.68.2 2024-11-16 00:12:54 +09:00
Taiki Endo 15d8c416d1 Release 2.44.70 v2.44.70 2024-11-15 21:26:51 +09:00
Taiki Endo 9b24cc93ef Update cargo-deny@latest to 0.16.2 2024-11-15 21:16:13 +09:00
Taiki Endo 85c1f06374 Release 2.44.69 v2.44.69 2024-11-14 10:55:36 +09:00
Taiki Endo ee9bdd084f Update release-plz@latest to 0.3.108 2024-11-14 09:35:07 +09:00
Taiki Endo 9c04113bd6 Release 2.44.68 v2.44.68 2024-11-12 10:59:50 +09:00
Taiki Endo e0464ce993 Update hyperfine@latest to 1.19.0 2024-11-12 09:32:26 +09:00
Taiki Endo 76b1741cb5 Update cargo-binstall@latest to 1.10.12 2024-11-09 21:14:29 +09:00
Taiki Endo c6dc131d2c Release 2.44.67 v2.44.67 2024-11-09 08:16:20 +09:00
Taiki Endo 92585e4f79 Update typos@latest to 1.27.3 2024-11-09 03:13:45 +09:00
Taiki Endo 32a9cb44cb Release 2.44.66 v2.44.66 2024-11-08 21:27:54 +09:00