Disable serde feature of clircle

This commit is contained in:
Niklas Mohrin 2024-10-24 22:05:54 +02:00
parent a5fce1abac
commit 509f78069a
No known key found for this signature in database
GPG Key ID: 0ACD89A5C1DEB3EB
2 changed files with 1 additions and 3 deletions

2
Cargo.lock generated
View File

@ -278,8 +278,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d9334f725b46fb9bed8580b9b47a932587e044fadb344ed7fa98774b067ac1a"
dependencies = [
"cfg-if",
"serde",
"serde_derive",
"windows",
]

View File

@ -58,7 +58,7 @@ serde_derive = "1.0"
serde_yaml = "0.9.28"
semver = "1.0"
path_abs = { version = "0.5", default-features = false }
clircle = "0.6.1"
clircle = { version = "0.6.1", default-features = false }
bugreport = { version = "0.5.0", optional = true }
etcetera = { version = "0.8.0", optional = true }
grep-cli = { version = "0.1.10", optional = true }