mirror of
https://github.com/zhigang1992/Boutique.git
synced 2026-01-12 08:54:06 +08:00
Unpinning swift-collections dependency from version 1.0.2
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-collections",
|
||||
"state" : {
|
||||
"revision" : "48254824bb4248676bf7ce56014ff57b142b77eb",
|
||||
"version" : "1.0.2"
|
||||
"revision" : "937e904258d22af6e447a0b72c0bc67583ef64a2",
|
||||
"version" : "1.0.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -16,8 +16,8 @@ let package = Package(
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/mergesort/Bodega.git", exact: Version(2, 0, 2)),
|
||||
.package(url: "https://github.com/apple/swift-collections", exact: Version(1, 0, 2)),
|
||||
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
|
||||
.package(url: "https://github.com/apple/swift-collections", from: Version(1, 0, 3)),
|
||||
.package(url: "https://github.com/apple/swift-docc-plugin", from: Version(1, 0, 0)),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
||||
Reference in New Issue
Block a user