Try to fix updating write-only files#122
Conversation
|
It works, but it's a little annoying the standard library requires this workaround. |
|
Once |
|
Thanks, will you yank 0.2.28? |
|
I wasn't planning on it, no, since it's pretty easy to update |
|
I thought best practice was to yank for semver breakage, especially in a patch release? |
|
I guess if you don't want to yank it, we can always work around the issue: # filetime 0.2.28 is broken, so we need to exclude it from the allowed versions.
filetime = ">=0.2.23, <0.2.28, >=0.2.29" |
|
Can you do |
|
In my view, yanking the release is the most appropriate course of action. However, as the maintainer, the decision on how strictly to adhere to semantic versioning rests with you. |
Unfortunately cargo doesn't support that syntax: rust-lang/cargo#5286 @alexcrichton Could you help me understand why you can't yank the semver-violating version? |
|
I can, but I won't. It's not something I consider semver-violating, it's just a bug. |
No description provided.