Skip to content

Commit

Permalink
Adds "solana-version" to "patch.crates-io.sh" (solana-labs#2603)
Browse files Browse the repository at this point in the history
To fix broken "downstream-projects" CI step in the mono repo after solana-labs#2576 was merged.
  • Loading branch information
Lichtso authored Nov 30, 2021
1 parent 05c26de commit fe2e5b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patch.crates-io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ solana-runtime = { path = "$solana_dir/runtime" }
solana-sdk = { path = "$solana_dir/sdk" }
solana-stake-program = { path = "$solana_dir/programs/stake" }
solana-transaction-status = { path = "$solana_dir/transaction-status" }
solana-version = { path = "$solana_dir/version" }
solana-vote-program = { path = "$solana_dir/programs/vote" }
PATCH
fi
Expand Down

0 comments on commit fe2e5b6

Please sign in to comment.