Skip to content

Commit b484fbe

Browse files
authored
Mark Version as Sendable (swiftlang#367)
1 parent e330121 commit b484fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCUtility/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import TSCBasic
1212

1313
/// A struct representing a semver version.
14-
public struct Version {
14+
public struct Version: Sendable {
1515

1616
/// The major version.
1717
public let major: Int

0 commit comments

Comments
 (0)