Skip to content
Merged

tools #1751

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ jobs:
- name: "pinact"
id: "pinact"
continue-on-error: true
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
uses: *just
with:
recipe: "pinact"
Expand Down
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ members = [
resolver = "3"

[workspace.package]
version = "0.26.0"
version = "0.25.2"
edition = "2024"
license = "Apache-2.0"
publish = false
Expand Down
5 changes: 5 additions & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,15 @@ let
cargo-deny
cargo-depgraph
cargo-edit
cargo-expand
cargo-llvm-cov
cargo-mutants
cargo-nextest
cargo-show-asm
commitlint-rs
deno
direnv
duvet
gateway-crd
gettext
jq
Expand Down
Loading
Loading