mullvad / windows-service-rs

Windows services in Rust
Apache License 2.0
525 stars 85 forks source link

New release? #123

Closed davids-work closed 7 months ago

davids-work commented 7 months ago

Due to conflicting windows-sys versions, the latest release 0.6.0 is incompatible with many other libraries using Win32 bindings. I note that this crate has bumped its windows-sys version since then, and the version at HEAD works fine for me at least.

However, having git dependencies cause some issues, like not being able to publish the dependent crates to a registry.

Are there any plans to make a new release to crates.io in the near future?

faern commented 7 months ago

I feel the pain of having git dependencies. I also don't like it. I'll see if we can cut a release maybe.

faern commented 7 months ago

Working on this in #125

faern commented 7 months ago

Published to crates.io and tag pushed: https://github.com/mullvad/windows-service-rs/releases/tag/v0.7.0

pronebird commented 7 months ago

Nice! Thanks @faern

davids-work commented 7 months ago

Thanks for the quick response!