Crates.io | mikufans-proto |
lib.rs | mikufans-proto |
version | |
source | src |
created_at | 2024-11-18 15:40:01.612182 |
updated_at | 2024-12-12 05:27:48.847622 |
description | gRPC APIs for Mikufans |
homepage | |
repository | https://github.com/cxw620/mikufans-proto |
max_upload_size | |
id | 1452295 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
TL, DR
We STRONGLY recommend you to specify the exact version like mikufans-proto = "=8.24.3"
in your Cargo.toml
to avoid unexpected breaking changes.
This crate may not not respect semver rules.
Take 8.24.3+build.16859280
as an example.
The official version is actually 8.24.0
, with innerVer 8240300
.
8
is the major version, which is not changed by this crate.
24
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 8240300
, so we have to take 03
as
the crate patch version but not 0
.
One more example is 8.24.1
, with innerVer 8241300
. The corresponding
patch version will be 13
.
build.16859280
is the build version, which is not changed by this crate.