Skip to content

Commit

Permalink
Include Collections as dependency in HummingbirdCore
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jun 18, 2024
1 parent 1d10ee0 commit de24af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ let package = Package(
name: "HummingbirdCore",
dependencies: [
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms"),
.product(name: "Collections", package: "swift-collections"),
.product(name: "HTTPTypes", package: "swift-http-types"),
.product(name: "Logging", package: "swift-log"),
.product(name: "NIOCore", package: "swift-nio"),
Expand Down

0 comments on commit de24af2

Please sign in to comment.