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.
2 parents fbdf503 + b2811a5 commit 6353d96Copy full SHA for 6353d96
Examples/HelloJSON/Package.swift
@@ -15,10 +15,7 @@ let package = Package(
15
// during CI, the dependency on local version of swift-aws-lambda-runtime is added dynamically below
16
.package(
17
url: "https://github.com/swift-server/swift-aws-lambda-runtime.git",
18
- branch: "ff-package-traits",
19
- traits: [
20
- .trait(name: "FoundationJSONSupport")
21
- ]
+ branch: "main"
22
)
23
],
24
targets: [
0 commit comments