Skip to content

Commit

Permalink
add Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-pixel authored and hamchapman committed Oct 28, 2024
1 parent c97ffa5 commit bd4a780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CBOR.swift
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public indirect enum CBOR : Equatable, Hashable,
}
}

public struct Tag: RawRepresentable, Hashable {
public struct Tag: RawRepresentable, Hashable, Sendable {
public let rawValue: UInt64

public init(rawValue: UInt64) {
Expand Down

0 comments on commit bd4a780

Please sign in to comment.