1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-22 09:33:15 +03:00

Update MessagePack

This commit is contained in:
Tae Won Ha 2024-11-09 14:18:43 +01:00
parent 200b2801cc
commit 80dae7d7a7
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ let package = Package(
],
dependencies: [
.package(name: "RxPack", path: "../RxPack"),
.package(url: "https://github.com/a2/MessagePack.swift", from: "4.0.0"),
.package(url: "https://github.com/qvacua/MessagePack.swift", from: "4.1.0"),
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.7.1"),
.package(url: "https://github.com/Quick/Nimble", from: "13.4.0"),
.package(name: "Commons", path: "../Commons"),

View File

@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/ReactiveX/RxSwift", from: "6.7.1"),
.package(url: "https://github.com/a2/MessagePack.swift", .upToNextMinor(from: "4.0.0")),
.package(url: "https://github.com/qvacua/MessagePack.swift", .upToNextMinor(from: "4.1.0")),
.package(url: "https://github.com/Quick/Nimble", from: "13.4.0"),
],
targets: [

View File

@ -1350,10 +1350,10 @@
};
4B9BC41C24EB2E22000209B5 /* XCRemoteSwiftPackageReference "MessagePack" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/a2/MessagePack.swift";
repositoryURL = "https://github.com/qvacua/MessagePack.swift";
requirement = {
kind = exactVersion;
version = 4.0.0;
version = 4.1.0;
};
};
4B9BC41F24EB2E45000209B5 /* XCRemoteSwiftPackageReference "RxSwift" */ = {