Update Plugin to 2.0.0 for Fork async (#7)
This commit is contained in:
parent
d6ff4240c4
commit
79881803f6
|
@ -7,3 +7,4 @@ DerivedData/
|
|||
.swiftpm/config/registries.json
|
||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||
.netrc
|
||||
/Package.resolved
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
{
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "o",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/0xOpenBytes/o",
|
||||
"state" : {
|
||||
"revision" : "3e83362434c82f318a8d72e0d3b0786ffb3ba640",
|
||||
"version" : "2.1.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "plugin",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/0xLeif/Plugin",
|
||||
"state" : {
|
||||
"revision" : "415a13b088ad42498c24f27c6b94af9e7dbbb273",
|
||||
"version" : "1.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "swift-log",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-log",
|
||||
"state" : {
|
||||
"revision" : "32e8d724467f8fe623624570367e3d50c5638e46",
|
||||
"version" : "1.5.2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"version" : 2
|
||||
}
|
|
@ -21,7 +21,7 @@ let package = Package(
|
|||
dependencies: [
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
.package(url: "https://github.com/apple/swift-log", from: "1.5.2"),
|
||||
.package(url: "https://github.com/0xLeif/Plugin", from: "1.1.0"),
|
||||
.package(url: "https://github.com/0xLeif/Plugin", from: "2.0.0"),
|
||||
.package(url: "https://github.com/0xOpenBytes/o", from: "2.0.0")
|
||||
],
|
||||
targets: [
|
||||
|
|
Loading…
Reference in New Issue