mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-13 06:54:54 +03:00
Add comment explaining why we don't upgrade indexmap.
This commit is contained in:
parent
fef53861ae
commit
c9056d613f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user