Skip to content

Commit

Permalink
Merge branch 'feature/23-linux-support' into development/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenklassen8376 committed Jun 1, 2022
2 parents 8c4d8c8 + 63ee2f8 commit 5971a14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sources/CrestLib/Operation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,13 @@ import AsyncHTTPClient
import Foundation
import KSSFoundation
import NIO
import NIOFoundationCompat
import NIOHTTP1

#if canImport(FoundationXML)
import FoundationXML
#endif


public struct Operation {
public let url: URL
Expand Down

0 comments on commit 5971a14

Please sign in to comment.