Skip to content

Commit

Permalink
Update solana-version ci script (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield authored Feb 7, 2024
1 parent cdf3466 commit 88e52fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/solana-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -e

cd "$(dirname "$0")/../../plugin"

cargo read-manifest | jq -r '.dependencies[] | select(.name == "solana-geyser-plugin-interface") | .req'
cargo tree -p solana-geyser-plugin-interface | grep solana-geyser-plugin-interface | awk '{print $2}'

0 comments on commit 88e52fa

Please sign in to comment.