From bc8a27780316239960a84922be2f7d98f79c0e6a Mon Sep 17 00:00:00 2001 From: yihau Date: Wed, 21 Feb 2024 22:42:25 +0800 Subject: [PATCH] rename geyser plugin interface when patch --- .github/scripts/downstream-project-spl-common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/downstream-project-spl-common.sh b/.github/scripts/downstream-project-spl-common.sh index c6dcfaca007867..049c3a4f7fbe7d 100644 --- a/.github/scripts/downstream-project-spl-common.sh +++ b/.github/scripts/downstream-project-spl-common.sh @@ -22,3 +22,6 @@ if semverGT "$project_used_solana_version" "$SOLANA_VER"; then fi ./patch.crates-io.sh "$SOLANA_DIR" + +# anza migration stopgap. can be removed when agave is fully recommended for public usage. +sed -i 's/solana-geyser-plugin-interface/agave-geyser-plugin-interface/g' target/downstream-projects/spl/Cargo.toml