Skip to content

Commit

Permalink
update sdk (#3377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Oct 8, 2024
1 parent a7f7fde commit 798916c
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 @@ -7794,7 +7794,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 1.0.55;
version = 1.0.56;
};
};
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" : "8ee63edc76bccd12c17a22eaf4eddae69e5f1303",
"version" : "1.0.55"
"revision" : "1366154c2e601179514be93e2fca48969c4f2ed8",
"version" : "1.0.56"
}
},
{
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.55
exactVersion: 1.0.56
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/element-hq/compound-ios
Expand Down

0 comments on commit 798916c

Please sign in to comment.