Compare commits

...

4 Commits

Author SHA1 Message Date
Taiki Endo
2dc1234c29 Release 2.68.14 2026-02-28 12:35:24 +09:00
Taiki Endo
6ddbe3721a Update wasm-bindgen@latest to 0.2.114 2026-02-28 06:29:14 +09:00
Taiki Endo
5e3c734023 Update typos@latest to 1.44.0 2026-02-28 03:34:26 +09:00
Taiki Endo
f3481aaf5b Update allowed lint list 2026-02-27 23:37:00 +09:00
5 changed files with 62 additions and 9 deletions

View File

@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.68.14] - 2026-02-28
- Update `wasm-bindgen@latest` to 0.2.114.
- Update `typos@latest` to 1.44.0.
## [2.68.13] - 2026-02-27
- Update `uv@latest` to 0.10.7.
@@ -5753,7 +5759,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.68.13...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.68.14...HEAD
[2.68.14]: https://github.com/taiki-e/install-action/compare/v2.68.13...v2.68.14
[2.68.13]: https://github.com/taiki-e/install-action/compare/v2.68.12...v2.68.13
[2.68.12]: https://github.com/taiki-e/install-action/compare/v2.68.11...v2.68.12
[2.68.11]: https://github.com/taiki-e/install-action/compare/v2.68.10...v2.68.11

View File

@@ -30,12 +30,12 @@ unused_trait_names = "warn"
# Suppress buggy or noisy clippy lints
bool_assert_comparison = { level = "allow", priority = 1 }
borrow_as_ptr = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/8286
cast_lossless = { level = "allow", priority = 1 } # https://godbolt.org/z/Pv6vbGG6E
cast_lossless = { level = "allow", priority = 1 } # suggested code has poor codegen with -C opt-level=0 https://godbolt.org/z/GzTxzbd9q
collapsible_match = { level = "allow", priority = 1 }
declare_interior_mutable_const = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7665
doc_markdown = { level = "allow", priority = 1 }
float_cmp = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/7725
incompatible_msrv = { level = "allow", priority = 1 } # buggy: doesn't consider cfg, https://github.com/rust-lang/rust-clippy/issues/12280, https://github.com/rust-lang/rust-clippy/issues/12257#issuecomment-2093667187
lint_groups_priority = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12920
manual_assert = { level = "allow", priority = 1 }
manual_range_contains = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/6455#issuecomment-1225966395
missing_errors_doc = { level = "allow", priority = 1 }
@@ -51,4 +51,3 @@ struct_field_names = { level = "allow", priority = 1 }
too_many_arguments = { level = "allow", priority = 1 }
too_many_lines = { level = "allow", priority = 1 }
type_complexity = { level = "allow", priority = 1 }
unreadable_literal = { level = "allow", priority = 1 }

29
manifests/typos.json generated
View File

@@ -22,10 +22,35 @@
},
"license_markdown": "[MIT](https://github.com/crate-ci/typos/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/crate-ci/typos/blob/master/LICENSE-APACHE)",
"latest": {
"version": "1.43.5"
"version": "1.44.0"
},
"1": {
"version": "1.43.5"
"version": "1.44.0"
},
"1.44": {
"version": "1.44.0"
},
"1.44.0": {
"x86_64_linux_musl": {
"etag": "0x8DE761E15610CEA",
"checksum": "1b788b7d764e2f20fe089487428a3944ed218d1fb6fcd8eac4230b5893a38779"
},
"x86_64_macos": {
"etag": "0x8DE761E7302D360",
"checksum": "70e7cbfd9c0bac3b27d096171413a8fff989cc9f9227d3ef66694ed99fdc7b5c"
},
"x86_64_windows": {
"etag": "0x8DE761E9ECC8ECB",
"checksum": "afd85c8f3c5c925ee7452389acdf70b048d8c6eae5e52a581e63a7d1b7655f17"
},
"aarch64_linux_musl": {
"etag": "0x8DE761E04A49988",
"checksum": "132c20fc5e3c9ba540ec55a0a468dcb9c1504625a405df1c237b10dd4f2ec433"
},
"aarch64_macos": {
"etag": "0x8DE761E58A02A4D",
"checksum": "ca82d593351dbac519a5c9fa832fc147b176d80100d00d08e855fcb46d43882d"
}
},
"1.43": {
"version": "1.43.5"

View File

@@ -44,10 +44,32 @@
},
"license_markdown": "[MIT](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-MIT) OR [Apache-2.0](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/LICENSE-APACHE)",
"latest": {
"version": "0.2.113"
"version": "0.2.114"
},
"0.2": {
"version": "0.2.113"
"version": "0.2.114"
},
"0.2.114": {
"x86_64_linux_musl": {
"etag": "0x8DE7634F1CECA5A",
"checksum": "ce21be002bdbc22ede2a5cf250cb801d2106956fc3c529c75d9452729db3490c"
},
"x86_64_macos": {
"etag": "0x8DE7634F1C6486C",
"checksum": "7c7d4ee4d810cd59745848c9a5888046719e948b27a7a89d0256641e98e6eaca"
},
"x86_64_windows": {
"etag": "0x8DE7634F1C2A316",
"checksum": "32139f3e36dcf3fcc909f7366a538fa1eec9ee87c92941af4a42041ba7826b6e"
},
"aarch64_linux_gnu": {
"etag": "0x8DE7634F1CD9341",
"checksum": "95c0575c66910f80ff03265be1e1ddc35cc260044129a61a615d7278922c0ec4"
},
"aarch64_macos": {
"etag": "0x8DE7634F1B4821D",
"checksum": "b0ef565865b3004bca5df72c83fef9256fa059e7aaa9075493f4e392b1d17350"
}
},
"0.2.113": {
"x86_64_linux_musl": {

View File

@@ -22,9 +22,9 @@ Structured access to the install-action manifests.
// clippy::exhaustive_enums,
// clippy::exhaustive_structs,
clippy::impl_trait_in_params,
// clippy::missing_inline_in_public_items,
clippy::std_instead_of_alloc,
clippy::std_instead_of_core,
// clippy::missing_inline_in_public_items,
)]
#![allow(clippy::missing_panics_doc, clippy::too_long_first_doc_paragraph)]