Skip to content

Commit 1c4c42e

Browse files
committed
Update CI script to use agave-geyser-plugin-interface instead of solana-geyser-plugin-interface
1 parent a49d492 commit 1c4c42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/solana-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -e
66

77
cd "$(dirname "$0")/.."
88

9-
cargo read-manifest | jq -r '.dependencies[] | select(.name == "solana-geyser-plugin-interface") | .req'
9+
cargo read-manifest | jq -r '.dependencies[] | select(.name == "agave-geyser-plugin-interface") | .req'

0 commit comments

Comments
 (0)