From 4239b6569f8a19b6bdc2b9c51973e2d67216014c Mon Sep 17 00:00:00 2001 From: Moritz Lang Date: Wed, 11 Aug 2021 12:47:58 +0200 Subject: [PATCH] =?UTF-8?q?Update=20installation=20guide=20to=20use=200.2.?= =?UTF-8?q?0=20=F0=9F=93=96=20(#15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6bee5b..4cdafca 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ deploy various cross-cutting instruments all reusing the same baggage type. More dependencies: [ .package( url: "https://github.com/apple/swift-distributed-tracing-baggage.git", - from: "0.1.0" + from: "0.2.0" ) ] ```