From be29bd44b4f714bc1cb93431c3269c8f57250959 Mon Sep 17 00:00:00 2001 From: Adam Chrapkowski Date: Thu, 19 Feb 2026 17:32:22 +0100 Subject: [PATCH] Replaced serde with ripgrep --- .github/workflows/scip-examples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scip-examples.yaml b/.github/workflows/scip-examples.yaml index 0d9f431d..5e43b250 100644 --- a/.github/workflows/scip-examples.yaml +++ b/.github/workflows/scip-examples.yaml @@ -45,7 +45,7 @@ jobs: # We pass gem-metadata as an easy alternative to directly # linking to brew/Library/Homebrew/Gemfile.lock. scip_args: "--gem-metadata homebrew@latest ." - - repository: serde-rs/serde + - repository: BurntSushi/ripgrep scip_binary: scip-rust scip_args: "" - repository: fmtlib/fmt