We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af63e6e commit 5ae6bf8Copy full SHA for 5ae6bf8
Examples/hello-world-cli-example/Package.swift
@@ -10,7 +10,7 @@ let package = Package(
10
dependencies: [
11
.package(
12
url: "https://github.com/apple/swift-configuration",
13
- .upToNextMinor(from: "0.2.0"),
+ exact: "1.0.0-alpha.1",
14
traits: [.defaults, "CommandLineArgumentsSupport"]
15
)
16
],
0 commit comments