Closed sebgiroux closed 5 years ago
Hi,
It seems like there is a warning on Swift 5:
Expression.swift:153:20: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Expression.Symbol' to 'Hashable' by implementing 'hash(into:)' instead
Thanks
Fixed in 0.13.1.
Hi,
It seems like there is a warning on Swift 5:
Expression.swift:153:20: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'Expression.Symbol' to 'Hashable' by implementing 'hash(into:)' instead
Thanks