From bfe8331e052a071ba9aa0275c5867ecc9f2872ea Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 31 Mar 2023 21:13:58 +0300 Subject: [PATCH] Bump Rust SDK again after botched release --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- project.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 61c3c193e..5355d6413 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" : "9650501c92a1ed802a757f2c6807a36d59619f43", - "version" : "1.0.50-alpha" + "revision" : "3d377773dc09104af8a38cf641860aa21f33f2c6", + "version" : "1.0.51-alpha" } }, { diff --git a/project.yml b/project.yml index a414a3753..07cdb7413 100644 --- a/project.yml +++ b/project.yml @@ -42,7 +42,7 @@ include: packages: MatrixRustSDK: url: https://github.com/matrix-org/matrix-rust-components-swift - exactVersion: 1.0.50-alpha + exactVersion: 1.0.51-alpha # path: ../matrix-rust-sdk DesignKit: path: DesignKit