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

Fix unneeded rust dependancies for mrsbfh #10

Merged
merged 1 commit into from
Feb 23, 2022

Conversation

donicrosby
Copy link

Fixes #8

It still requires the end user to pull in the matrix-sdk but doesn't force features that they may not want. If the framework starts reducing the amount of setup ( having the store and session paths be created via a function or macro in the framework) then for those functions to be enabled start requiring features of the matrix-sdk that would be needed

@MTRNord
Copy link
Owner

MTRNord commented Feb 23, 2022

Sorry for the super late merge.

@MTRNord MTRNord merged commit 97dc6c5 into MTRNord:main Feb 23, 2022
@MTRNord
Copy link
Owner

MTRNord commented Feb 23, 2022

Actually I am going to revert the ssl stuff as that breaks the releasing.

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.

Don't require default features for the matrix-sdk that the framework doesn't use
2 participants