magic-wormhole / magic-wormhole.rs

Rust implementation of Magic Wormhole, with new features and enhancements
European Union Public License 1.2
648 stars 72 forks source link

Replace unmaintained get_if_addrs crate with if-addrs #164

Closed felinira closed 2 years ago

felinira commented 2 years ago

This replaces the unmaintained get_if_addrs crate with a currently maintained fork. This gets rid of a few old dependencies as a side effect as well.

I tested running a transfer and it seems to work as usual.

codecov[bot] commented 2 years ago

Codecov Report

Merging #164 (2eefbda) into master (2a61fc0) will increase coverage by 6.41%. The diff coverage is 57.14%.

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
+ Coverage   46.15%   52.57%   +6.41%     
==========================================
  Files          16       16              
  Lines        4853     2798    -2055     
==========================================
- Hits         2240     1471     -769     
+ Misses       2613     1327    -1286     
Impacted Files Coverage Δ
src/transit.rs 78.21% <57.14%> (-0.12%) :arrow_down:
src/lib.rs 25.00% <0.00%> (-12.41%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2a61fc0...2eefbda. Read the comment docs.

piegamesde commented 2 years ago

It looks like rustfmt changed in the meantime, please run cargo +nightly fmt and put the changes in a separate commit since they're independent.