Skip to content

Commit ac6f463

Browse files
authored
Use Hummingbird 2.0.0-beta.4
1 parent bf92834 commit ac6f463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.executable(name: "{{HB_EXECUTABLE_NAME}}", targets: ["{{HB_EXECUTABLE_NAME}}"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-beta.1"),
13+
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-beta.4"),
1414
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0")
1515
],
1616
targets: [

0 commit comments

Comments
 (0)