|
@@ -1,4 +1,4 @@
|
|
-// swift-tools-version:5.0
|
|
|
|
|
|
+// swift-tools-version:5.7
|
|
//===----------------------------------------------------------------------===//
|
|
//===----------------------------------------------------------------------===//
|
|
//
|
|
//
|
|
// This source file is part of the Swift Logging API open source project
|
|
// This source file is part of the Swift Logging API open source project
|
|
@@ -20,6 +20,9 @@ let package = Package(
|
|
products: [
|
|
products: [
|
|
.library(name: "Logging", targets: ["Logging"]),
|
|
.library(name: "Logging", targets: ["Logging"]),
|
|
],
|
|
],
|
|
|
|
+ dependencies: [
|
|
|
|
+ .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
|
|
|
|
+ ],
|
|
targets: [
|
|
targets: [
|
|
.target(
|
|
.target(
|
|
name: "Logging",
|
|
name: "Logging",
|