Closed HarryET closed 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.
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.)
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.
Since this is OSS, can we add a
.editorconfig
while we're at it?
I'll make an issue and add this later
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