Skip to content

Commit

Permalink
Bump the RustSDK to v1.0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Sep 17, 2024
1 parent efe352c commit 8660a22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7735,7 +7735,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 1.0.49;
version = 1.0.50;
};
};
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "7e9a927b6ae4b0380fb403f54a55e52990af54b3",
"version" : "1.0.49"
"revision" : "d6e47ba3f1d9b9b2b6a7ae418cc051e7b35f67ec",
"version" : "1.0.50"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/element-hq/matrix-rust-components-swift
exactVersion: 1.0.49
exactVersion: 1.0.50
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/element-hq/compound-ios
Expand Down

0 comments on commit 8660a22

Please sign in to comment.