4838 Commits
Author SHA1 Message Date
Taiki Endo decb84fb32 Release 2.85.14 v2.85.14 2026-08-15 12:49:04 +00:00
Taiki Endo 1ed90f15b0 Update uv@latest to 0.12.4 2026-08-15 21:24:38 +09:00
Taiki Endo a2f49bf3cf Update trivy@latest to 0.74.0 2026-08-15 21:24:38 +09:00
Taiki Endo 0d6d274830 Update tombi@latest to 1.4.0 2026-08-15 21:24:38 +09:00
Taiki Endo f07229eb64 Update mise manifest 2026-08-15 21:24:38 +09:00
Taiki Endo 5e39eccdb6 Update mdbook-mermaid@latest to 0.17.1 2026-08-15 21:24:38 +09:00
Taiki Endo 4838150c06 Update cargo-xwin@latest to 0.23.1 2026-08-15 21:24:38 +09:00
Taiki Endo 827c60d74c Update cargo-tarpaulin manifest 2026-08-15 21:24:38 +09:00
Taiki Endo 82cd3e7658 Release 2.85.13 v2.85.13 2026-08-13 16:21:59 +00:00
Taiki Endo 4dd6c67d0e Update tombi@latest to 1.3.3 2026-08-14 01:21:00 +09:00
Taiki Endo 91cb1bb283 Update mise@latest to 2026.8.5 2026-08-14 01:21:00 +09:00
Taiki Endo 83d968e89d Update kingfisher@latest to 1.113.0 2026-08-14 01:21:00 +09:00
Taiki Endo f7ab7f5d0a Update cargo-xwin manifest 2026-08-14 01:21:00 +09:00
Taiki Endo 3faddd9e30 Update cargo-shear@latest to 1.13.4 2026-08-14 01:21:00 +09:00
Taiki Endo b4cb4b2386 Update bpf-linker@latest to 0.11.0 2026-08-14 01:21:00 +09:00
Taiki Endo b20dedce73 Release 2.85.12 v2.85.12 2026-08-12 15:53:08 +00:00
Taiki Endo 952d13c8bb ci: Skip cargo-rdme on x86_64 macOS 2026-08-13 00:52:09 +09:00
Taiki Endo c8724e7258 Update zola@latest to 0.23.3 2026-08-13 00:52:09 +09:00
Taiki Endo 1e28519618 Update wasm-tools@latest to 1.256.0 2026-08-13 00:52:09 +09:00
Taiki Endo 16f665d1bb Update tombi@latest to 1.2.10 2026-08-13 00:52:09 +09:00
Taiki Endo 25e38b2b35 Update syft@latest to 1.51.0 2026-08-13 00:52:09 +09:00
Taiki Endo 0f7e959604 Update prek@latest to 0.4.13 2026-08-13 00:52:09 +09:00
Taiki Endo e6f5eae583 Update mise@latest to 2026.8.4 2026-08-13 00:52:09 +09:00
Taiki Endo d2b89fd558 Update kingfisher manifest 2026-08-13 00:52:09 +09:00
Taiki Endo ac9692ffa4 Update editorconfig-checker@latest to 3.11.1 2026-08-13 00:52:09 +09:00
Taiki Endo 32afe88282 Update cargo-tarpaulin@latest to 0.37.1 2026-08-13 00:52:09 +09:00
Taiki Endo 6c5e3d3514 Update cargo-shear manifest 2026-08-13 00:52:09 +09:00
Taiki Endo f325e36d15 Update cargo-rdme@latest to 2.2.1 2026-08-13 00:52:09 +09:00
Taiki Endo 121ea92fdf Update biome@latest to 2.5.8 2026-08-13 00:52:09 +09:00
Taiki Endo 7f4eb89902 Release 2.85.11 v2.85.11 2026-08-09 05:16:44 +00:00
Taiki Endo c17da6245a Update zola@latest to 0.23.2 2026-08-09 14:15:25 +09:00
Taiki Endo 97e8291c2b Update wasm-bindgen@latest to 0.2.127 2026-08-09 14:15:25 +09:00
Taiki Endo 91f9e5c61a Update uv@latest to 0.12.3 2026-08-09 14:15:25 +09:00
Taiki Endo bd0cb00440 Update osv-scanner@latest to 2.5.0 2026-08-09 14:15:25 +09:00
Taiki Endo 4def957aa8 Update mise@latest to 2026.8.3 2026-08-09 14:15:25 +09:00
Taiki Endo 3d149dc389 Update kingfisher@latest to 1.112.0 2026-08-09 14:15:25 +09:00
Taiki Endo 20d4381a5c Update editorconfig-checker@latest to 3.10.0 2026-08-09 14:15:25 +09:00
Taiki Endo 583939ec0c codegen: Ignore clippy::assert_is_empty lint
```
error: used `assert!` to check that a value is not empty
  --> tools/codegen/src/lib.rs:54:13
   |
54 |             assert!(!bin.as_slice().is_empty());
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assert_is_empty
   = note: `-D clippy::assert-is-empty` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::assert_is_empty)]`
help: use `assert_ne!` to show the value on failure
   |
54 -             assert!(!bin.as_slice().is_empty());
54 +             assert_ne!(bin.as_slice(), []);
   |
```
2026-08-08 18:04:04 +09:00
Taiki Endo 6c6fd71fe4 Release 2.85.10 v2.85.10 2026-08-07 13:44:31 +00:00
Taiki Endo 37cec23487 Update zola manifest 2026-08-07 22:12:11 +09:00
Taiki Endo 4914ea4fea Update uv@latest to 0.12.2 2026-08-07 22:12:11 +09:00
Taiki Endo 0ce64163d4 Update tombi@latest to 1.2.7 2026-08-07 22:12:11 +09:00
Taiki Endo 1f89e2fb52 Update osv-scanner manifest 2026-08-07 22:12:11 +09:00
Taiki Endo 65ef13f21e Update kingfisher manifest 2026-08-07 22:12:11 +09:00
Taiki Endo 9f6a5a8ec7 Update cosign@latest to 3.1.3 2026-08-07 22:12:11 +09:00
Taiki Endo df08c38f9c Update coreutils@latest to 0.10.0 2026-08-07 22:12:11 +09:00
Taiki Endo dc7bb1f807 Update cargo-rdme@latest to 2.2.0 2026-08-07 22:12:11 +09:00
Taiki Endo 9970698e35 Update cargo-crap@latest to 0.4.3 2026-08-07 22:12:11 +09:00
Taiki Endo 91ddec7568 Release 2.85.9 v2.85.9 2026-08-06 13:13:29 +00:00
Taiki Endo 8f308f42ff Update zola@latest to 0.23.1 2026-08-06 22:09:09 +09:00