Skip to content

Commit

Permalink
Fix compilation w/ Swift <5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizlab committed Dec 23, 2024
1 parent e9a4d0d commit 959d3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@ let package = Package(
.library(name: "StreamReader", targets: ["StreamReader"])
],
targets: [
.target(name: "StreamReader"),
.target(name: "StreamReader", exclude: ["Conveniences/URLSessionStreamTaskReader.swift"]),
.testTarget(name: "StreamReaderTests", dependencies: ["StreamReader"])
]
)

0 comments on commit 959d3b0

Please sign in to comment.