diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6485a0c6..a0cbe98f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) @@ -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 @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 48f64f1d..fc6fe318 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1083,7 +1083,7 @@ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" [[package]] name = "ferrosa-memory-batch" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "chrono", @@ -1101,7 +1101,7 @@ dependencies = [ [[package]] name = "ferrosa-memory-core" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "base64 0.23.1", @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "ferrosa-memory-eval" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "async-trait", @@ -1171,7 +1171,7 @@ dependencies = [ [[package]] name = "ferrosa-memory-mcp" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "chrono", @@ -1191,7 +1191,7 @@ dependencies = [ [[package]] name = "ferrosa-memory-sync" -version = "0.29.0" +version = "0.29.1" dependencies = [ "aead", "aes-gcm", @@ -1267,7 +1267,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fmem-cli" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5859bce7..30092597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"