Update `windows` dependency to 0.48.0
Closed this issue ยท 6 comments
Current dependency is 0.32.0 which is outdated.
Maybe it should be listed as windows = "0"
so the library does not force particular version on the user.
depending on 0
doesn't really work since the api might break between each 0.x release
Current version is already at 0.48
๐
So I guess it is fine to depend on "0", otherwise need to update it all the time.
So I guess it is fine to depend on "0", otherwise need to update it all the time.
Unlikely as they probably have potentially breaking changes between them :/
So far updates have been just about bumping the version. They probably don't care about versioning and simply bump second number every time, even though the last release could have easily been 0.47.1.
On the other hand, previously releases were not that frequent, 2 releases in a row are due to failed (yanked) 0.47.0.
Sorry for the delay.
I just updated windows
dependency and released default-net
v0.15.0
.
Also made some changes to CI.