-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Semver break from 0.2.16 to 0.2.17 #200
Labels
bug
This is a BUG. The fix may be released in a patch version even if considered breaking
Comments
vi
added a commit
to vi/websocat
that referenced
this issue
Jun 10, 2019
Additionally that argument stops being optional and starts being required. |
TeXitoi
added
the
bug
This is a BUG. The fix may be released in a patch version even if considered breaking
label
Jun 10, 2019
Mmm, so #188 is a breaking change. |
0.2.17 yanked |
As 0.2.17 is yanked, this issue is now fixed. Feel free to ask anything if you're blocked. Thanks for reporting! |
This was referenced Jun 17, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously function for
try_from_os_str
to getOption<Vec<u8>>
required signatureResult<Vec<u8>, OsString>
, now it requiresResult<Option<Vec<u8>>, OsString>
.This resulted in break by
cargo update
.The text was updated successfully, but these errors were encountered: