Commit Graph

1891 Commits

Author SHA1 Message Date
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
Taiki Endo
662c1dd6eb Update release-plz@latest to 0.3.107 2024-11-08 21:23:43 +09:00
Taiki Endo
d2493298e2 Release 2.44.65 v2.44.65 2024-11-08 10:51:47 +09:00
Taiki Endo
de6c293a01 Update cargo-rdme manifest 2024-11-08 10:51:16 +09:00
Taiki Endo
e72b7b51a2 codegen: Mark cargo-rdme 1.4.7 as broken
Same as 3c1a9d610d, a86757441d, f9eee70b5f, and e2776d8a15.
2024-11-08 10:38:32 +09:00
Taiki Endo
f03dfcdb2e Update cargo-lambda@latest to 1.5.0 2024-11-08 09:35:07 +09:00
Taiki Endo
b87988c02c Improve version output for cargo-zigbuild/deepsource 2024-11-08 00:41:35 +09:00
Taiki Endo
94021bf9fa Release 2.44.64 v2.44.64 2024-11-08 00:20:55 +09:00
Taiki Endo
1dd48c9a92 Update mdbook@latest to 0.4.42 2024-11-08 00:18:05 +09:00
Taiki Endo
ede617189e Release 2.44.63 v2.44.63 2024-11-07 10:08:52 +09:00
Taiki Endo
f7d94ee0bb Update typos@latest to 1.27.2 2024-11-07 10:02:24 +09:00
Taiki Endo
e3aa80c983 Update cargo-rdme manifest 2024-11-07 10:02:24 +09:00
Taiki Endo
e2776d8a15 codegen: Mark cargo-rdme 1.4.6 as broken
Same as 3c1a9d610d, a86757441d, and f9eee70b5f.
2024-11-07 09:54:16 +09:00
Taiki Endo
0e90b2748e Update mdbook@latest to 0.4.41 2024-11-07 03:14:53 +09:00
Taiki Endo
f5d1ba1414 Release 2.44.62 v2.44.62 2024-11-07 01:29:44 +09:00
Taiki Endo
466ed03556 Update typos@latest to 1.27.1 2024-11-07 01:26:51 +09:00
Taiki Endo
56a74ed913 Update wasmtime manifest 2024-11-07 01:15:42 +09:00
Taiki Endo
6a2a9e9b06 Update cargo-binstall@latest to 1.10.11 2024-11-06 06:19:48 +09:00
Taiki Endo
38781aa68c Update wasmtime@latest to 26.0.1 2024-11-06 06:12:49 +09:00
Taiki Endo
959f8ad904 Release 2.44.61 v2.44.61 2024-11-05 10:56:40 +09:00
Taiki Endo
405beb5c79 Update syft@latest to 1.16.0 2024-11-05 09:36:02 +09:00
Taiki Endo
678b06b887 Release 2.44.60 v2.44.60 2024-11-02 15:35:06 +09:00
Taiki Endo
7763aee8a3 Update cargo-hack@latest to 0.6.33 2024-11-02 15:31:01 +09:00
Taiki Endo
4b40a9728e Release 2.44.59 v2.44.59 2024-11-02 12:39:47 +09:00
Taiki Endo
c03415cc07 Update cargo-binstall@latest to 1.10.10 2024-11-02 12:23:50 +09:00
Taiki Endo
ac7aba65bc Update typos@latest to 1.27.0 2024-11-02 00:22:44 +09:00
Taiki Endo
684122deb1 Release 2.44.58 v2.44.58 2024-10-31 10:45:25 +09:00
Taiki Endo
14e9fc3d16 Update osv-scanner@latest to 1.9.1 2024-10-31 09:37:24 +09:00
Taiki Endo
5d69aad428 Release 2.44.57 v2.44.57 2024-10-30 22:21:18 +09:00
Taiki Endo
2397c6bfa8 Update release-plz@latest to 0.3.106 2024-10-30 21:18:24 +09:00
Taiki Endo
e082d6f2e4 Update espup@latest to 0.13.0 2024-10-30 21:18:24 +09:00
Taiki Endo
6891c2e146 Update wasm-pack@latest to 0.13.1 2024-10-30 06:17:16 +09:00
Taiki Endo
e60643d6ff Update cargo-audit@latest to 0.21.0 2024-10-30 06:17:16 +09:00
Taiki Endo
e35e2e777d Release 2.44.56 v2.44.56 2024-10-29 23:44:23 +09:00