a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
http://msgpack.org
MIT License
283 stars 60 forks source link

Upgrade to Swift 5.2 #75

Closed jimhh closed 4 years ago

jimhh commented 4 years ago

Updated Package definition Added missing method for hashing: hash(into: Hasher) Replaced deprecated integerValue (Int64) with int64Value

Updated major version to 4.0.0 Updated README

I tried to make sure to not change any behavior.

jimhh commented 4 years ago

Travis is reporting this pull request as passed: https://travis-ci.org/github/a2/MessagePack.swift/jobs/696358749/config but Github still says is is waiting for it to be reported... what do I do about that?