Commit Graph

2059 Commits

Author SHA1 Message Date
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
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