diff --git a/Sources/CBOR.swift b/Sources/CBOR.swift index cc80904..7d7691b 100644 --- a/Sources/CBOR.swift +++ b/Sources/CBOR.swift @@ -132,7 +132,7 @@ public indirect enum CBOR : Equatable, Hashable, } } - public struct Tag: RawRepresentable, Equatable, Hashable { + public struct Tag: RawRepresentable, Hashable { public let rawValue: UInt64 public init(rawValue: UInt64) {