WalletConnect / a2

An Asynchronous Apple Push Notification (apns2) Client for Rust
MIT License
137 stars 47 forks source link

Upgrade to futures 0.3, tokio 0.2 (or 0.3) #18

Closed pimeys closed 4 years ago

pimeys commented 6 years ago

These will contain major breaking changes, but will help a lot when dealing with futures in your code. The upcoming pinning feature in Rust should help using futures in methods which reference self. More of an issue for the next autumn.

pimeys commented 4 years ago

Merged to master.