Skip to content

Commit

Permalink
Update JsonNumber.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie committed Apr 12, 2022
1 parent 8c733a4 commit 60d0642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DoggieCore/Json/JsonNumber.swift
Expand Up @@ -41,7 +41,7 @@ extension Json {
#if compiler(>=5.5.2) && canImport(_Concurrency)

@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
extension Json.Number: Sendable { }
extension Json.Number: @unchecked Sendable { }

#endif

Expand Down

0 comments on commit 60d0642

Please sign in to comment.