Enable feature serde of semver

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-26 21:57:57 +10:00
parent e990151919
commit f7c798352a
No known key found for this signature in database
GPG key ID: 591C0B03040416D6
3 changed files with 19 additions and 1 deletions

3
Cargo.lock generated
View file

@ -1376,6 +1376,9 @@ name = "semver"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2333e6df6d6598f2b1974829f853c2b4c5f4a6e503c10af918081aa6f8564e1"
dependencies = [
"serde",
]
[[package]]
name = "serde"