You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As reported in
hjson/hjson-rust#23
the issue of the failing tests is the serde_hjson crate. The problem can
be prevented (as reported by
hjson/hjson-rust#23 (comment)) by
disabling the default features of the crate (namingly preservation of
key order).
This commit disables the default features of serde_hjson to fix our
tests.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
0 commit comments