Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
# The `--all-targets` build above already compiled these test binaries, so
# `nextest archive` is cache-warm and just packages them.
- name: Install cargo-nextest
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
with:
tool: nextest
- name: Archive test binaries (built once, run in integration)
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
components: llvm-tools-preview
- uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
with:
tool: cargo-llvm-cov
- name: Run tests with coverage
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
shared-key: ws-noinstrument
cache-on-failure: false
- name: Install cargo-nextest
uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5
uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0
with:
tool: nextest
- name: Download prebuilt test-binary archive (from the build job)
Expand Down
12 changes: 6 additions & 6 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 @@ -3,7 +3,7 @@ members = ["crates/fmem-cli", "crates/ferrosa-memory-core", "crates/ferrosa-memo
resolver = "2"

[workspace.package]
version = "0.29.0"
version = "0.29.1"
edition = "2024"
license = "Apache-2.0"

Expand Down
Loading