hickory-dns / resolv-conf

The /etc/resolv.conf file parser in rust
Apache License 2.0
27 stars 25 forks source link

Redox OS support #15

Closed jD91mZM2 closed 6 years ago

jD91mZM2 commented 6 years ago

This updates hostname version to one with support for Redox OS.

If you could do a release after merging this, that'd be awesome! We're trying to upstream a crate that depends on this one :)

tailhook commented 6 years ago

Sure. Released v0.6.1.

After the release, I also realized that it's a minor update and you could get the same thing just by using cargo update on an upstream crate. Am I missing something?

jD91mZM2 commented 6 years ago

Thanks! Also, good point, I forgot about that.

Still though, this is nice, now we won't get people asking why it doesn't work because they missed cargo update :smile: