Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

ci: Add all Solana crates to update-solana-dependencies.sh #4698

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

joncinque
Copy link
Contributor

Problem

update-solana-dependencies.sh misses some of the new crates, like solana-rpc-client, like during the upgrade to 1.16.2 https://github.com/solana-labs/solana-program-library/pull/4679/files#diff-a160be2082921ef5bd4bc4ee704c95cf79cb248ad2acf9e1d0b2bfc53206e469R15

Solution

Update the update script with all of the crates in the patch script.

Copy link
Contributor

@samkim-crypto samkim-crypto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@joncinque joncinque merged commit 8869fb8 into solana-labs:master Jul 5, 2023
@joncinque joncinque deleted the updateupdate branch July 5, 2023 17:23
@@ -22,25 +22,62 @@ while IFS='' read -r line; do tomls+=("$line"); done < <(find . -name Cargo.toml
crates=(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

heh, this file is nifty

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants