Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit fc31808

Browse files
authored
Require Baggage library in BaggageLogging target (#20)
1 parent b2bd5c7 commit fc31808

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ let package = Package(
2828
.target(
2929
name: "BaggageLogging",
3030
dependencies: [
31-
.product(name: "Logging", package: "swift-log")
31+
"Baggage",
32+
.product(name: "Logging", package: "swift-log"),
3233
]
3334
),
3435

0 commit comments

Comments
 (0)