John Vandenberg
e52d622f2d
Add cargo-spellcheck ( #423 )
2024-03-27 23:23:09 +09:00
John Vandenberg
a9f98a05a1
Add typos ( #422 )
2024-03-27 23:12:31 +09:00
John Vandenberg
b208058c0b
Add cargo-cyclonedx ( #424 )
2024-03-27 21:08:31 +09:00
Taiki Endo
a005b5b568
codegen: Tweak imports
2024-03-20 14:52:52 +09:00
Taiki Endo
326767beec
codegen: Add todo comment about error message
2024-03-18 10:45:09 +09:00
Marcin Puc
0002486ff7
Add support for git-cliff ( #411 )
2024-03-18 10:35:25 +09:00
Taiki Endo
bdcea8ae05
codegen: Mark just 1.25.1 as broken
...
As of 2024-03-10 07:03 UTC, this release only contains a x86_64 Linux binaries.
```
Error: platform list in base manifest for just contains x86_64_macos, but latest release (1.25.1) doesn't contain it; consider marking 1.25.1 as broken by adding 'broken' field to base manifest
```
https://github.com/casey/just/actions/runs/8217664170/job/22473612069
2024-03-10 16:04:19 +09:00
Taiki Endo
9081a21d93
codegen: Mark just 1.25.0 as no longer broken
...
Reverts 285438a9d9 .
Fixed in b40e006fab .
2024-03-09 13:45:11 +09:00
Taiki Endo
285438a9d9
codegen: Mark just 1.25.0 as broken
...
As of 2024-03-08 01:42 UTC, this release only contains a few Linux binaries.
```
Error: platform list in base manifest for just contains x86_64_macos, but latest release (1.25.0) doesn't contain it; consider marking 1.25.0 as broken by adding 'broken' field to base manifest
```
https://github.com/casey/just/actions/runs/8196561542
2024-03-08 10:43:43 +09:00
Léo Gaspard
70fd2d4303
Add wasm-bindgen ( #383 )
...
Co-authored-by: Taiki Endo <te316e89@gmail.com >
2024-03-02 23:24:02 +09:00
Taiki Endo
41e81ec8b7
codegen: Improve handling of broken versions
2024-03-02 18:25:05 +09:00
Taiki Endo
2e3ebeb449
Support sccache
2024-03-02 17:52:28 +09:00
Taiki Endo
7c2d35d7f6
codegen: Add rust_crate field to cargo-rdme
2024-03-02 17:52:28 +09:00
Taiki Endo
e77cabb736
codegen: Mark go/haskell's static-linked binaries as musl
2024-03-02 17:52:28 +09:00
Taiki Endo
38a99cadbc
Reflect recent updates of biome and zola
2024-03-02 16:29:28 +09:00
Utkarsh Gupta
e17ca27e10
Add cargo-audit ( #371 )
2024-02-15 22:55:43 +09:00
Taiki Endo
a86757441d
codegen: Mark cargo-rdme 1.4.3 as broken
...
As of 2024-02-13 01:30 UTC, this release only contains Windows binary.
```
Error: platform list in base manifest for cargo-rdme contains x86_64_linux_musl, but latest release (1.4.3) doesn't contain it
```
2024-02-13 10:31:04 +09:00
dependabot[bot]
cd1316b395
Update toml_edit requirement from 0.21 to 0.22
...
Updates the requirements on [toml_edit](https://github.com/toml-rs/toml ) to permit the latest version.
- [Commits](https://github.com/toml-rs/toml/compare/v0.21.0...v0.22.4 )
---
updated-dependencies:
- dependency-name: toml_edit
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-07 03:21:31 +09:00
Jacob Pratt
1793b9c55f
Add cargo-sort ( #344 )
2024-01-24 11:12:31 +11:00
Denis Bazhenov
bb006b6f1b
Support cargo-export ( #312 )
2023-12-23 22:49:54 +09:00
John Vandenberg
88a0355fe5
Add osv-scanner ( #300 )
2023-12-10 13:03:03 +09:00
Taiki Endo
d685c02f67
codegen: Update toml_edit to 0.21
2023-11-08 23:09:37 +09:00
Taiki Endo
caf2aa3753
Support dprint on aarch64 Linux (musl)
2023-10-31 22:08:19 +09:00
Taiki Endo
3ba41e50ff
Use [lints] in Cargo.toml and apply more lints
2023-10-31 03:11:49 +09:00
Taiki Endo
88c52281ad
Use version-less manifests
...
307486ed18
2023-10-31 03:11:49 +09:00
Josh McKinney
78f1f749ec
Add cargo-rdme to supported tools ( #265 )
2023-10-27 22:11:23 +09:00
Taiki Endo
5fce684c96
Add wasmtime 13.0.1,11.0.2,10.0.2
2023-10-27 10:30:56 +09:00
Taiki Endo
6bb3a496f8
codegen: Use toml_edit directly
2023-10-25 00:12:46 +09:00
Taiki Endo
9fa9dc1e41
codegen: Allow compiling serde and serde_derive in parallel
2023-10-18 23:22:44 +09:00
Nicolas Hedger
616cfda279
feat: add biome ( #246 )
2023-10-07 03:16:29 +09:00
Taiki Endo
739d45026e
codegen: Favor tar over zip in cargo-hack/parse-changelog
2023-10-05 20:45:36 +09:00
Taiki Endo
b30758ca4a
Support signature verification (minisign)
2023-09-28 12:01:51 +09:00
Taiki Endo
d90c734ca8
Update .rustfmt.toml
2023-09-27 21:35:58 +09:00
Taiki Endo
b441885d30
tidy: Update tools/tidy.sh and add SPDX-License-Identifier
2023-09-16 17:56:46 +09:00
John Nunley
b45f49a51d
Add support for xbuild ( #212 )
...
Signed-off-by: John Nunley <dev@notgull.net >
2023-09-04 21:46:18 +09:00
Tyson Nottingham
8aa60332b7
Add support for cargo-machete ( #196 )
2023-08-19 09:43:05 +09:00
Taiki Endo
1cdb36bf16
Use cargo-binstall to install nextest
2023-08-05 12:26:02 +09:00
Taiki Endo
94d8a59049
codegen: Clean up rust crate handling
2023-08-04 21:58:05 +09:00
Taiki Endo
26fe17aa20
codegen: Prevent yanked version from being selected as candidate for latest or omitted version
2023-08-03 22:00:35 +09:00
Taiki Endo
ffbd316e0f
Support cargo-careful
2023-07-31 22:24:08 +09:00
Taiki Endo
76d33aa44e
codegen: Remove INTERNAL_CODEGEN_GH_PAT
2023-07-09 12:49:58 +09:00
Taiki Endo
68b724e842
Format with rustfmt nightly-2023-07-02
2023-07-02 18:40:50 +09:00
Josh McKinney
fd8cc5b92c
Add cargo-make to supported tools ( #146 )
2023-06-26 11:02:41 +10:00
John Nunley
7e750de5db
Add support for cargo-dinghy ( #133 )
2023-06-10 23:00:18 +09:00
FirelightFlagboy
9ead2563c7
Add syft tool ( #135 )
...
Closes #131
2023-06-10 18:55:59 +09:00
Taiki Endo
48eebde278
Update wasmtime@latest to 9.0.1
2023-05-24 04:24:50 +09:00
Taiki Endo
9c28344380
Support cargo-udeps on more platforms
2023-05-07 02:33:10 +09:00
Taiki Endo
c2e6f35543
Update wasmtime@latest to 8.0.1
2023-04-28 23:58:38 +09:00
Marcin Puc
0184bd9177
Add support for zola ( #71 )
2023-02-11 20:30:05 +09:00
Taiki Endo
cb5553fad7
codegen: Handle prerelease
2023-02-11 04:08:40 +09:00