Skip to content

Commit

Permalink
Merge pull request #69 from stzn/update-example
Browse files Browse the repository at this point in the history
Exampleの更新
  • Loading branch information
stzn authored Jan 13, 2025
2 parents 192ebe5 + f0fb998 commit 9ee3a2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
name: "Swift5Examples",
dependencies: ["Library"],
swiftSettings: [
.swiftLanguageVersion(.v5),
.swiftLanguageMode(.v5),
.enableUpcomingFeature("StrictConcurrency"),
]
),
Expand Down
2 changes: 0 additions & 2 deletions Sources/Examples/IncrementalMigration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ func exerciseIncrementalMigrationExamples() async {
let transport = JPKJetPack()

await site.acceptTransport(transport)
await site.acceptTransport(transport)
await site.acceptTransport(transport)
}
}

0 comments on commit 9ee3a2e

Please sign in to comment.