We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30613e commit d33ffecCopy full SHA for d33ffec
Package.swift
@@ -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.
+// swift-tools-version: 5.9
3
4
import PackageDescription
5
Sources/Nuggle/Nuggle.swift
@@ -4,7 +4,7 @@
import Foundation
6
7
-public struct Nuggle: Codable {
+public struct Nuggle: Codable, Sendable {
8
private let num: SplitDecimal
9
private let den: Int
10
0 commit comments