From 1fad449eefdc8da3e41dbfb9bddf4e24e9bb4c05 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Fri, 12 Dec 2025 22:33:33 +0100 Subject: [PATCH] Update example to 1.0 --- Examples/hello-world-cli-example/Package.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Examples/hello-world-cli-example/Package.swift b/Examples/hello-world-cli-example/Package.swift index 15831da..1c11eae 100644 --- a/Examples/hello-world-cli-example/Package.swift +++ b/Examples/hello-world-cli-example/Package.swift @@ -10,8 +10,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/apple/swift-configuration", - // TODO: Update once 1.0.0 is tagged. - branch: "main", + from: "1.0.0", traits: [.defaults, "CommandLineArguments"] ) ],