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

Go back to depending on matrix-rust-sdk main branch #184

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

andybalaam
Copy link
Member

@andybalaam andybalaam commented Dec 19, 2024

This undoes the change made in 0378300, except it stays on the same commit SHA of matrix-rust-sdk, but changes the branch specifier.

We temporarily switched to the branch release-for-crypto-wasm-12 of matrix-rust-sdk to release 12.1.0 without needing to fix the other things needing work to get the latest matrix-rust-sdk. This change puts us back onto the main branch, as normal.

@andybalaam andybalaam requested a review from a team as a code owner December 19, 2024 10:59
@andybalaam andybalaam requested review from uhoreg and richvdh and removed request for uhoreg December 19, 2024 10:59
Cargo.lock Outdated
@@ -1045,7 +1045,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-common"
version = "0.8.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk?branch=release-for-crypto-wasm-12#37c17cf854a70fe6f719c7fde49a6b0e4402988f"
source = "git+https://github.com/matrix-org/matrix-rust-sdk#e99939db857ca36054c0023ef68cc181236fdee4"
Copy link
Member

Choose a reason for hiding this comment

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

can we do this without rolling back the rust-sdk? ie, just:

Suggested change
source = "git+https://github.com/matrix-org/matrix-rust-sdk#e99939db857ca36054c0023ef68cc181236fdee4"
source = "git+https://github.com/matrix-org/matrix-rust-sdk#37c17cf854a70fe6f719c7fde49a6b0e4402988f"

(likewise below)

Copy link
Member Author

Choose a reason for hiding this comment

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

Good idea. I force-pushed since adding a commit would be more confusing imo.

@andybalaam andybalaam force-pushed the andybalaam/back-to-main-rust-sdk-branch branch from 007f68f to e01559c Compare December 19, 2024 14:59
@andybalaam andybalaam requested a review from richvdh December 19, 2024 15:00
@andybalaam andybalaam changed the title Revert "Depend on matrix-rust-sdk's release-for-crypto-wasm-12 branch" Go back to depending on matrix-rust-sdk main branch Dec 19, 2024
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

LGTM

@andybalaam andybalaam merged commit b3c5029 into main Dec 20, 2024
3 checks passed
@andybalaam andybalaam deleted the andybalaam/back-to-main-rust-sdk-branch branch December 20, 2024 10:09
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