Skip to content

Commit d72ceca

Browse files
authored
Update example to 1.0 (#111)
### Motivation Example was still using the main branch. ### Modifications Updated the dependency to 1.0. ### Result Example can now be copied out by adopters getting started. ### Test Plan N/A
1 parent 004fd2c commit d72ceca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Examples/hello-world-cli-example/Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ let package = Package(
1010
dependencies: [
1111
.package(
1212
url: "https://github.com/apple/swift-configuration",
13-
// TODO: Update once 1.0.0 is tagged.
14-
branch: "main",
13+
from: "1.0.0",
1514
traits: [.defaults, "CommandLineArguments"]
1615
)
1716
],

0 commit comments

Comments
 (0)