Unpinning swift-collections dependency from version 1.0.2

This commit is contained in:
Joe Fabisevich
2023-01-06 22:09:22 -05:00
parent 6d57d53232
commit 6bbaa4fa5e
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
}
},
{

View File

@@ -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(