Commit 0d25674d authored by Winter's avatar Winter
Browse files

tests.importCargoLock.gitDependencyWorkspaceInheritance: fix build

Regressed in f80228a8.

This shouldn't happen again unless we change the order that keys are
inserted (like we did here), as tomli-w respects the sort order of its
input.
parent 1c1c517c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,8 +12,8 @@ keywords = [
bar = "1.0.0"

[dependencies.foo]
version = "1.0.0"
features = [
    "cat",
    "meow",
]
version = "1.0.0"