Skip to content

Commit e9f4df3

Browse files
committed
Update Package.swift
1 parent 9417b63 commit e9f4df3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Examples/HelloWorldHummingbird/Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ let package = Package(
2121
platforms: [.macOS(.v14)],
2222
dependencies: [
2323
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.1.0"),
24-
.package(path: "../.."),
2524
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0"),
2625
],
2726
targets: [

0 commit comments

Comments
 (0)