Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update solana deps #40

Merged
merged 1 commit into from
Sep 13, 2024
Merged

feat: update solana deps #40

merged 1 commit into from
Sep 13, 2024

Conversation

eloylp
Copy link
Member

@eloylp eloylp commented Sep 13, 2024

Description

Just updated the solana dependencies to point to the latest main commit, in which a change in a submodule url of the deps resides - Now we use http instead of SSH.

@eloylp eloylp changed the base branch from main to solana September 13, 2024 09:43
@eloylp eloylp marked this pull request as ready for review September 13, 2024 09:44
@eloylp eloylp self-assigned this Sep 13, 2024
@@ -11784,7 +11784,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.48.0",
Copy link

Choose a reason for hiding this comment

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

Not that I want to go through the lock file to understand this 😅 , but curious about these downgrades 🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

ahhh yeah. To be honest, i do not understand it either. at some point in the dependency tree a final resolved one changed probably. But i am speculating here 😅

Copy link
Member Author

@eloylp eloylp Sep 13, 2024

Choose a reason for hiding this comment

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

We are mergin to a development branch, lets just merge it. Its a common practice to remove the lock file and allow cargo recreate it each time we bring changes from upstream, as it has conflicts...

@eloylp eloylp merged commit 76bd036 into solana Sep 13, 2024
1 of 7 checks passed
@eloylp eloylp deleted the update-deps branch September 13, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants