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

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"]