sbstp / rust-igd

Internet Gateway Device (UPNP) client
https://docs.rs/igd/
MIT License
105 stars 41 forks source link

Update tokio and hyper dependencies #41

Closed maufl closed 4 years ago

maufl commented 4 years ago

Hey, I updated the async code to use the latest tokio and hyper release. I also changed the edition to 2018 to be able to use the async syntax. Let me know if your interested in merging it and if so, what remains to be done.

sbstp commented 4 years ago

Yes I'm interested. #40 left the project in a weird state so I'm going to try to rectify this before merging this PR.

sbstp commented 4 years ago

Hey. I decided to revert the changes that were made in #40 for now. Can you rebase your work on the master branch now that I've reverted it in #42 ?

maufl commented 4 years ago

I rebased on the master branch and force pushed, I hope that's OK.