Skip to content

Commit

Permalink
depend on at least 0.1.1, to use https in all dependency fetching (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso authored Dec 8, 2020
1 parent abc2ce7 commit 5cf275a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.library(name: "TracingOpenTelemetrySupport", targets: ["TracingOpenTelemetrySupport"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-distributed-tracing-baggage", from: "0.1.0")
.package(url: "https://github.com/apple/swift-distributed-tracing-baggage.git", from: "0.1.1")
],
targets: [
// ==== --------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5cf275a

Please sign in to comment.