WalletConnect / a2

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

v0.7 #63

Closed HarryET closed 1 year ago

HarryET commented 1 year ago

Description

This release will bump the versions of dependencies as well as bring the codebase into a modern rust version. Merging this PR is reliant on https://github.com/WalletConnect/hyper-alpn/pull/9 getting merged and released first.

How Has This Been Tested?

Using cargo test

Due Diligence

HarryET commented 1 year ago

This PR is waiting for @jrconlin's PR from the Mozilla Service's repo before we cary on so that I'm not writing the same fixes they are.

jrconlin commented 1 year ago

you could probably land this one and I can merge the changes in localized.rs and the others. This looks like it's mostly updating code.

(Sorry, been busy with other projects. Will try to get the PR done this week.)

HarryET commented 1 year ago

you could probably land this one and I can merge the changes in localized.rs and the others. This looks like it's mostly updating code.

(Sorry, been busy with other projects. Will try to get the PR done this week.)

👍🏼 Also looking at #62 to try get this into v0.7, will double check you changes and if non breaking I'll merge this and just release a v0.7.1 afterwards with you changes.

HarryET commented 1 year ago

Since this is OSS, can we add a .editorconfig while we're at it?

I'll make an issue and add this later