We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf3466 commit 88e52faCopy full SHA for 88e52fa
scripts/ci/solana-version.sh
@@ -6,4 +6,4 @@ set -e
6
7
cd "$(dirname "$0")/../../plugin"
8
9
-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 commit comments