-
Notifications
You must be signed in to change notification settings - Fork 369
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
Default mmap feature is described as non-default in Cargo.toml (UPDATE: reverted in v1.6.1, comment on this issue if this breaks you) #452
Comments
I committed this change accidentally in a12fa7b. Thanks to @ArmoredPony for catching this in #452.
Damn, I committed that line by mistake. (I need to figure out a better way to tell rust-analyzer to turn on features in my editor.) I've pushed a commit to |
It kills me that semver check is not a part of default cargo util set despite being out there for 2 years |
The intended approach (adding the |
Released v1.6.1. |
In such cases I like to cite Hyrum's Law:
Given that observable behavior might include code size for some people on embedded systems, it is almost (?) impossible to release something truly backwards compatible. IMHO versioning is all about communicating intent and hedging the risks for users. Just my 2 cents. |
maybe you should yank the SemVer breaking version |
In commit a12fa7b
mmap
feature was added to the default feature list in Cargo.toml, but its description says that this feature is disabled by default. Should the description be changed?The text was updated successfully, but these errors were encountered: