Skip to content

Commit

Permalink
lowered min version for use of async-await (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoimer authored Jan 16, 2023
1 parent 21e9006 commit d0ae25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Fetch/Extensions/Fetch+Async.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import Foundation

@available(macOS 12, iOS 13, tvOS 15, watchOS 8, *)
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
public extension Resource {

enum ForwardBehaviour {
Expand Down

0 comments on commit d0ae25a

Please sign in to comment.