novi / mysql-swift

A type safe MySQL client for Swift
MIT License
163 stars 40 forks source link

Fix deprecation warnings for UnsafeMutablePointer.deallocate(capacity:) #81

Closed florianreinhart closed 6 years ago

florianreinhart commented 6 years ago

The method was deprecated in Swift 4.1.

novi commented 6 years ago

Thanks !