Skip to content

Commit d33ffec

Browse files
committed
Swift 6 - Sendable
1 parent a30613e commit d33ffec

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// swift-tools-version: 5.10
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
1+
// swift-tools-version: 5.9
32

43
import PackageDescription
54

Sources/Nuggle/Nuggle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import Foundation
66

7-
public struct Nuggle: Codable {
7+
public struct Nuggle: Codable, Sendable {
88
private let num: SplitDecimal
99
private let den: Int
1010

0 commit comments

Comments
 (0)