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 9417b63 commit e9f4df3Copy full SHA for e9f4df3
Examples/HelloWorldHummingbird/Package.swift
@@ -21,7 +21,6 @@ let package = Package(
21
platforms: [.macOS(.v14)],
22
dependencies: [
23
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.1.0"),
24
- .package(path: "../.."),
25
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
26
],
27
targets: [
0 commit comments