1 stable release
new 3.17.4+build.17106976 | Jan 1, 2025 |
---|
#954 in Data structures
223 downloads per month
5.5MB
124K
SLoC
Mikufans-proto-intl
Semver explanation
TL, DR
We STRONGLY recommend you to specify the exact version like mikufans-proto-intl = "=3.17.3"
in your Cargo.toml
to avoid unexpected breaking changes.
This crate may not not respect semver rules.
Take 3.17.3
as an example.
The official version is actually 3.17.0
, with innerVer 3170003
.
-
3
is the major version, which is not changed by this crate. -
17
is the minor version, which is not changed by this crate. -
3
is the crate patch version.Though patch version does not change, there may still be some changes in the content comparing with
3170000
, so we have to take0003
as the crate patch version but not0
.
For 3.17.4+build.17106976
, the first release has some problems, so we have to increase the patch version to 4
.
Dependencies
~5–11MB
~114K SLoC