keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
89 stars 38 forks source link

bump socket2 version #174

Closed irvingoujAtDevolution closed 3 months ago

irvingoujAtDevolution commented 4 months ago

As discussed in previous PR, we only bump the version of socket2 for now

keepsimple1 commented 4 months ago

Looks like the new socket2 version requires rustc 1.63+. It's okay for us to bump up rustc version to 1.63.

irvingoujAtDevolution commented 4 months ago

Looks like the new socket2 version requires rustc 1.63+. It's okay for us to bump up rustc version to 1.63.

updated

keepsimple1 commented 4 months ago

To fix the build errors, you need to update the CI build.yml .

keepsimple1 commented 3 months ago

@irvingoujAtDevolution thanks for your work. Will you have the bandwidth to finish this PR in a couple of days? The current build error is due to clippy warnings. (If you are too busy to work on this, I can apply the change in the next release time).

irvingoujAtDevolution commented 3 months ago

@irvingoujAtDevolution thanks for your work. Will you have the bandwidth to finish this PR in a couple of days? The current build error is due to clippy warnings. (If you are too busy to work on this, I can apply the change in the next release time).

I will update it today, sorry for the long delay.

irvingoujAtDevolution commented 3 months ago

@keepsimple1 Updated rust version, fixed clippy warnings