-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bump to latest rust for streaming improvements #270
Conversation
@@ -44,5 +44,5 @@ Pod::Spec.new do |spec| | |||
spec.dependency "web3.swift" | |||
spec.dependency "GzipSwift" | |||
spec.dependency "Connect-Swift", "= 0.3.0" | |||
spec.dependency 'LibXMTP', '= 0.4.2-beta3' | |||
spec.dependency 'LibXMTP', '= 0.4.2-beta5' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI @zombieobject we really shouldn't have the cocoapod and the SPM pointing to different versions of libxmtp.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noted. I will be sure to bump both at the same time going forward.
Looks like these test failures might be legit. Streaming conversations seems to not be working as expected. |
229c1ae
to
c9c14a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test runs actually passed after another run. I will be updating the workflow to retry in a future PR.
This bumps to the latest rust versions to get the latest streaming improvements.