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
Taiki Endo
0aed788858
Update wild@latest to 0.10.0
2026-08-06 22:09:09 +09:00
Taiki Endo
88997f0e61
Update uv manifest
2026-08-06 22:09:09 +09:00
Taiki Endo
070a86f40d
Update tombi manifest
2026-08-06 22:09:09 +09:00
Taiki Endo
98659d38d7
Update mise@latest to 2026.8.2
2026-08-06 22:09:09 +09:00
Taiki Endo
57b7869dcf
Update just@latest to 1.58.0
2026-08-06 22:09:09 +09:00
Taiki Endo
83cf3f3bda
Update jaq@latest to 3.1.1
2026-08-06 22:09:09 +09:00
Taiki Endo
627c9bf40c
Update cosign manifest
2026-08-06 22:09:09 +09:00
Taiki Endo
d4d3d8d9a3
Update coreutils manifest
2026-08-06 22:09:09 +09:00
Taiki Endo
f8c67617e8
Update cargo-rdme manifest
2026-08-06 22:09:09 +09:00
Taiki Endo
fa90288440
Update cargo-nextest@latest to 0.9.143
2026-08-06 22:09:09 +09:00
Taiki Endo
bae7f35da7
Update cargo-crap@latest to 0.4.2
2026-08-06 22:09:09 +09:00
Taiki Endo
4c8a99faf1
Update biome@latest to 2.5.7
2026-08-06 22:09:09 +09:00
Taiki Endo
cb33e69fad
Release 2.85.8
v2.85.8
2026-08-04 19:15:34 +00:00
Taiki Endo
205431a517
Update zizmor@latest to 1.29.0
2026-08-05 03:58:36 +09:00
Taiki Endo
e734f91b32
Update wild manifest
2026-08-05 03:58:36 +09:00