Upgrade to rsconf 0.2.2

This version does not emit a warning for rustc-check-cfg for rustc <
1.80 and supports cfg names that include an underscore.
This commit is contained in:
Mahmoud Al-Qudsi 2024-05-13 16:36:27 -05:00
parent e5d5e00969
commit e7f13ac329
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -433,9 +433,9 @@ dependencies = [
[[package]]
name = "rsconf"
version = "0.2.0"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a21859ed369f0e06a22264093fcb2f3baec914b5be39f3fb8533056cad136cc"
checksum = "bd2af859f1af0401e7fc7577739c87b0d239d8a5da400d717183bca92336bcdc"
dependencies = [
"cc",
]

View File

@ -45,7 +45,7 @@ serial_test = { version = "1.0.0", default-features = false }
[build-dependencies]
cc = "1.0.94"
rsconf = "0.2.0"
rsconf = "0.2.2"
[lib]
crate-type = ["rlib"]