Skip to content

Commit 5cf275a

Browse files
authored
depend on at least 0.1.1, to use https in all dependency fetching (#28)
1 parent abc2ce7 commit 5cf275a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.library(name: "TracingOpenTelemetrySupport", targets: ["TracingOpenTelemetrySupport"]),
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/apple/swift-distributed-tracing-baggage", from: "0.1.0")
12+
.package(url: "https://github.com/apple/swift-distributed-tracing-baggage.git", from: "0.1.1")
1313
],
1414
targets: [
1515
// ==== --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)