From 19e23a006a5497714aa92bb4d5ce813f691c8af2 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 26 Jun 2023 20:21:05 +0300 Subject: [PATCH] Bump the RustSDK to v1.0.87-alpha --- ElementX.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- project.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 2710efaf0..332ade65e 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -5031,7 +5031,7 @@ repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift"; requirement = { kind = exactVersion; - version = "1.0.86-alpha"; + version = "1.0.87-alpha"; }; }; 96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 37fc3f5f1..1a226a331 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -111,8 +111,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/matrix-rust-components-swift", "state" : { - "revision" : "b3ea97e27c1398db986929fe0132ae1024d2ed25", - "version" : "1.0.86-alpha" + "revision" : "3156a3746a71c38f78e955252dea5e7605d66c99", + "version" : "1.0.87-alpha" } }, { diff --git a/project.yml b/project.yml index 0f4a6b36d..9cc26a16d 100644 --- a/project.yml +++ b/project.yml @@ -44,7 +44,7 @@ include: packages: MatrixRustSDK: url: https://github.com/matrix-org/matrix-rust-components-swift - exactVersion: 1.0.86-alpha + exactVersion: 1.0.87-alpha # path: ../matrix-rust-sdk DesignKit: path: DesignKit