Skip to content

Commit b7cae0d

Browse files
committed
Enable yaml feature in rbx_xml
1 parent 2652351 commit b7cae0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rbx_xml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ xml-rs = "0.8.4"
2121

2222
[dev-dependencies]
2323
env_logger = "0.9.0"
24-
insta = "1.14.1"
24+
insta = { version = "1.14.1", features = ["yaml"] }

0 commit comments

Comments
 (0)