Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Adds "solana-version" to "patch.crates-io.sh"
Browse files Browse the repository at this point in the history
To fix broken "downstream-projects" CI step in the mono repo after #2576 was merged.
  • Loading branch information
Lichtso authored Nov 30, 2021
1 parent 05c26de commit a1b7973
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 a1b7973

Please sign in to comment.