Skip to content

Commit

Permalink
Update the SDK. (#3545)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixlwave authored Nov 21, 2024
1 parent 19ed65b commit 3a9f54a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8166,8 +8166,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = revision;
revision = 50769941247cc87760c8d3c3a28f8753555c19fb;
kind = exactVersion;
version = 1.0.73;
};
};
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "50769941247cc87760c8d3c3a28f8753555c19fb"
"revision" : "b3f97292695e8d63469c0d3ec608eb74423c6a2e",
"version" : "1.0.73"
}
},
{
Expand Down
3 changes: 1 addition & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/element-hq/matrix-rust-components-swift
revision: 50769941247cc87760c8d3c3a28f8753555c19fb
# exactVersion: 1.0.70
exactVersion: 1.0.73
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/element-hq/compound-ios
Expand Down

0 comments on commit 3a9f54a

Please sign in to comment.