Skip to content

Commit 440f5d6

Browse files
committed
update order of features in testsuite cargo_add::overwrite_inline_features
1 parent 5437cb5 commit 440f5d6

File tree

1 file changed

+1
-1
lines changed
  • tests/testsuite/cargo_add/overwrite_inline_features/out

1 file changed

+1
-1
lines changed

tests/testsuite/cargo_add/overwrite_inline_features/out/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ edition = "2015"
88
[dependencies]
99
unrelateed-crate = "99999.0.0"
1010
# Before your-face
11-
your-face = { version = "99999.0.0", features = ["eyes", "nose", "mouth", "ears"] } # After your-face
11+
your-face = { version = "99999.0.0", features = ["ears", "eyes", "mouth", "nose"] } # After your-face
1212
# End

0 commit comments

Comments
 (0)