Update Plugin to 2.0.0 for Fork async (#7)

This commit is contained in:
Zach 2023-02-17 20:33:29 -06:00 committed by GitHub
parent d6ff4240c4
commit 79881803f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 33 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
/Package.resolved

View File

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

View File

@ -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: [