Commit Graph
100 Commits
Author SHA1 Message Date
Taiki Endo 2a650b8687 Update typos@latest to 1.29.3 2025-01-03 06:13:25 +09:00
Taiki Endo 656b4969d3 Release 2.47.5 2025-01-03 01:17:30 +09:00
Taiki Endo 52b84660a3 Update typos@latest to 1.29.1 2025-01-03 01:00:37 +09:00
Taiki Endo 84ccb7b697 ci: Clean up scripts 2025-01-03 00:54:42 +09:00
Taiki Endo 63d5217a35 ci: Test windows-2025 2025-01-03 00:50:49 +09:00
Taiki Endo cf1be1a00f Release 2.47.4 2025-01-03 00:39:03 +09:00
Taiki Endo 444e3608dd Update xh@latest to 0.23.1 2025-01-02 21:15:31 +09:00
Taiki Endo 716fb8f756 Release 2.47.3 2025-01-02 13:08:16 +09:00
Taiki Endo 870e4de1b5 Update knope@latest to 0.18.2 2025-01-02 12:56:50 +09:00
Taiki Endo dbc32cd892 Release 2.47.2 2025-01-01 03:16:54 +09:00
Taiki Endo 82750cbcb9 Update typos@latest to 1.29.0 2025-01-01 03:15:13 +09:00
Taiki Endo 77b010ce78 Release 2.47.1 2024-12-31 21:16:18 +09:00
Taiki Endo 00beeed3bd Update cargo-tarpaulin@latest to 0.31.4 2024-12-31 21:15:34 +09:00
Taiki Endo 3ab44cd9ab Update cargo-binstall@latest to 1.10.18 2024-12-28 15:13:22 +09:00
Taiki Endo 8cec5c3000 codegen: Ignore clippy::literal_string_with_formatting_args lint
```
error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:142:65
    |
142 | ...                   d.url = Some(template.url.replace("${version}", version));
    |                                                           ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
    = note: `-D clippy::literal-string-with-formatting-args` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::literal_string_with_formatting_args)]`

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:146:64
    |
146 | ...                   .map(|s| s.map(|s| s.replace("${version}", version)));
    |                                                      ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:567:73
    |
567 |             let template_url = d.url.take().unwrap().replace(version, "${version}");
    |                                                                         ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:568:84
    |
568 |             let template_bin = d.bin.take().map(|s| s.map(|s| s.replace(version, "${version}")));
    |                                                                                    ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:615:29
    |
615 |     let mut s = s.replace("${package}", package).replace("${tool}", package);
    |                             ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args

error: this looks like a formatting argument but it is not part of a formatting macro
   --> tools/codegen/src/main.rs:625:25
    |
625 |         s = s.replace("${version}", version);
    |                         ^^^^^^^^^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
```
2024-12-27 10:57:03 +09:00
Taiki Endo acd2589197 Release 2.47.0 2024-12-27 10:45:41 +09:00
Taiki Endo d1519fa40d Update changelog 2024-12-27 10:45:23 +09:00
Taiki Endo 194e80be83 Update cargo-lambda@latest to 1.6.2 2024-12-27 09:36:19 +09:00
Taiki Endo 8484225d97 Release 2.46.20 2024-12-22 13:54:40 +09:00
Taiki Endo 1aa2832643 Update dprint@latest to 0.48.0 2024-12-22 09:36:44 +09:00
Taiki Endo e37f44cf37 Release 2.46.19 2024-12-22 06:16:17 +09:00
Taiki Endo 214cf6a4ad Update cargo-llvm-cov@latest to 0.6.15 2024-12-22 06:13:45 +09:00
Taiki Endo c5172ad14d Update cargo-lambda@latest to 1.6.1 2024-12-22 06:13:45 +09:00
Taiki Endo 480814c6df Release 2.46.18 2024-12-21 13:01:04 +09:00
Taiki Endo b195fca919 Update wasmtime@latest to 28.0.0 2024-12-21 03:15:25 +09:00
Taiki Endo 03381f5ca4 Release 2.46.17 2024-12-20 10:51:52 +09:00
Taiki Endo 409c15bd82 Update release-plz@latest to 0.3.112 2024-12-20 09:33:11 +09:00
Taiki Endo 9023ed54c0 Release 2.46.16 2024-12-19 20:19:58 +09:00
Taiki Endo bd71b6d92e Update osv-scanner@latest to 1.9.2 2024-12-19 15:17:11 +09:00
Taiki Endo 2c3c8dfabf Release 2.46.15 2024-12-19 00:36:33 +09:00
Taiki Endo 2afdd9c08e Update protoc@latest to 3.29.2 2024-12-19 00:12:40 +09:00
Taiki Endo b8f3ee3354 Release 2.46.14 2024-12-18 10:12:38 +09:00
Taiki Endo e724e8f1be Update cargo-nextest@latest to 0.9.87 2024-12-18 09:35:24 +09:00
Taiki Endo cbef870e2b Release 2.46.13 2024-12-17 22:05:40 +09:00
Taiki Endo 0a21328a6f Update espup@latest to 0.14.0 2024-12-17 21:17:38 +09:00
Taiki Endo 120c8997a0 Release 2.46.12 2024-12-17 09:48:08 +09:00
Taiki Endo d20382abb9 Update typos@latest to 1.28.4 2024-12-17 09:36:27 +09:00
Taiki Endo ed8c79bccf Release 2.46.11 2024-12-16 23:23:29 +09:00
Taiki Endo 3c3f0e7afe Update cargo-zigbuild@latest to 0.19.7 2024-12-16 23:16:30 +09:00
Taiki Endo fe9759bf44 Release 2.46.10 2024-12-16 23:09:08 +09:00
Taiki Endo 1e776e73eb Update cargo-zigbuild@latest to 0.19.6 2024-12-16 12:55:22 +09:00
Taiki Endo e3962fab5a Update cargo-binstall@latest to 1.10.17 2024-12-14 21:16:20 +09:00
Taiki Endo e523301c9a Release 2.46.9 2024-12-14 11:20:52 +09:00
Taiki Endo 532d86a8fb Update syft@latest to 1.18.1 2024-12-14 06:12:20 +09:00
Taiki Endo 8c39981484 Release 2.46.8 2024-12-13 13:50:40 +09:00
Taiki Endo 68f28718b7 Update typos@latest to 1.28.3 2024-12-13 06:13:07 +09:00
Taiki Endo fdc017f43f Update cargo-nextest@latest to 0.9.86 2024-12-13 06:13:07 +09:00
Taiki Endo cb2009e5c3 Update cargo-lambda@latest to 1.6.0 2024-12-13 06:13:07 +09:00
Taiki Endo a2ff97ae7a Release 2.46.7 2024-12-12 21:21:20 +09:00
Taiki Endo a5cf56823e Update cargo-semver-checks@latest to 0.38.0 2024-12-12 03:17:28 +09:00
Taiki Endo 8cf9030516 Release 2.46.6 2024-12-11 10:55:08 +09:00
Taiki Endo 8f8a41fe98 Update just@latest to 1.38.0 2024-12-11 09:36:25 +09:00
Taiki Endo ef1f08ff7e Release 2.46.5 2024-12-10 10:34:22 +09:00
Taiki Endo a02fbc62df Update syft@latest to 1.18.0 2024-12-10 06:13:39 +09:00
Taiki Endo 423586137a Update sccache@latest to 0.9.0 2024-12-10 06:13:39 +09:00
Taiki Endo a6c8026ad7 Update release-plz@latest to 0.3.111 2024-12-08 03:12:49 +09:00
Taiki Endo 761f0a14e2 Update cspell dictionary 2024-12-08 01:50:04 +09:00
Taiki Endo 8d4cdddb55 Update cargo-binstall@latest to 1.10.16 2024-12-07 18:14:21 +09:00
Taiki Endo acf70b3a1e Release 2.46.4 2024-12-07 11:11:32 +09:00
Taiki Endo 99950f3fe0 Update wasm-bindgen@latest to 0.2.99 2024-12-07 11:10:10 +09:00
Taiki Endo d74bbb1f23 Release 2.46.3 2024-12-07 11:04:04 +09:00
Taiki Endo 5bb2b11a56 Update wasm-bindgen@latest to 0.2.98 2024-12-07 09:37:01 +09:00
Taiki Endo f635080d9c Release 2.46.2 2024-12-06 00:18:30 +09:00
Taiki Endo 5ce83af8b5 Update cargo-semver-checks@latest to 0.37.0 2024-12-05 15:15:46 +09:00
Taiki Endo 6aa8b420a5 Release 2.46.1 2024-12-05 04:43:17 +09:00
Taiki Endo 17ded33f96 Update protoc@latest to 3.29.1 2024-12-05 02:34:53 +09:00
Taiki Endo 4a06140391 Release 2.46.0 2024-12-05 02:29:26 +09:00
Taiki Endo ffd430fe64 Update changelog 2024-12-05 02:29:05 +09:00
Taiki EndoandJiahao XU 0139dfdb65 Set GITHUB_TOKEN for cargo-binstall by default (#556)
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
2024-12-04 23:02:01 +09:00
Taiki Endo c4bf614c2f Release 2.45.15 2024-12-03 10:56:44 +09:00
Taiki Endo 724f66b4c8 Update typos@latest to 1.28.2 2024-12-03 10:40:35 +09:00
Taiki Endo ec9269c9dd Release 2.45.14 2024-12-02 09:50:36 +09:00
Taiki Endo 0cdd396109 Update dprint@latest to 0.47.6 2024-12-02 09:37:53 +09:00
Taiki Endo a22e1808bb Release 2.45.13 2024-12-01 03:44:56 +09:00
Taiki Endo 7549ed47d9 Update cargo-udeps@latest to 0.1.53 2024-12-01 00:13:59 +09:00
Taiki Endo 251c392daa Release 2.45.12 2024-11-30 18:17:07 +09:00
Taiki Endo a2130a3c52 Update wasm-bindgen@latest to 0.2.97 2024-11-30 18:12:30 +09:00
Taiki Endo b97519f3c3 Release 2.45.11 2024-11-30 12:52:03 +09:00
Taiki Endo 6370ad43b8 Update cargo-zigbuild@latest to 0.19.5 2024-11-30 12:51:13 +09:00
Taiki Endo c0f0193890 Release 2.45.10 2024-11-30 11:20:23 +09:00
Taiki Endo dee1038fc8 Update wasm-bindgen@latest to 0.2.96 2024-11-30 03:13:26 +09:00
Taiki Endo 2f8caf5818 Release 2.45.9 2024-11-30 00:43:12 +09:00
Taiki Endo e40b8ce48c Update cargo-tarpaulin@latest to 0.31.3 2024-11-30 00:12:11 +09:00
Taiki Endo 40d58ef19c Update cargo-binstall@latest to 1.10.15 2024-11-29 21:17:49 +09:00
Taiki Endo ddaadeb897 Release 2.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 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 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 2024-11-22 22:58:15 +09:00
Taiki Endo 7de9c3b078 Update release-plz manifests 2024-11-22 22:51:56 +09:00