Skip to content

Commit 6ec49ad

Browse files
committed
Adopt ShellOut 3.3.0 (to fix Sendable warnings)
1 parent e3c61bb commit 6ec49ad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let package = Package(
3434
.package(url: "https://github.com/SwiftPackageIndex/DependencyResolution.git", from: "1.1.2"),
3535
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "1.9.0"),
3636
.package(url: "https://github.com/SwiftPackageIndex/SemanticVersion.git", from: "0.3.0"),
37-
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"),
37+
.package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.3.0"),
3838
.package(url: "https://github.com/finestructure/swift-package-manager.git", branch: "release/6.1"),
3939
.package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"),
4040
.package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.8.0"),

Sources/App/Core/Extensions/ShellOutCommand+ext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ extension ShellOutCommand {
9191

9292

9393
extension Reference {
94-
var quoted: Argument { description.quoted }
94+
var quoted: ShellArgument { description.quoted }
9595
}

0 commit comments

Comments
 (0)