Add comment explaining why we don't upgrade indexmap.

This commit is contained in:
jcamiel 2023-10-01 23:02:26 +02:00
parent fef53861ae
commit c9056d613f
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -115,6 +115,9 @@ main() {
arg="${1:-}"
check_args "${arg}"
updated_count=0
# xmltree-rs crate v0.10.3 doesn't build with the latest indexmap crates
# see <https://github.com/eminence/xmltree-rs/issues/39>
blacklisted="indexmap"
# update toml