Make the example return documents field in a consistent order

This commit is contained in:
Clément Renault
2019-10-09 13:48:33 +02:00
parent bb35ca0d40
commit 663714bb6d
2 changed files with 4 additions and 3 deletions

View File

@ -47,6 +47,7 @@ branch = "arc-byte-slice"
[dev-dependencies]
assert_matches = "1.3"
csv = "1.0.7"
indexmap = { version = "1.2.0", features = ["serde-1"] }
rustyline = { version = "5.0.0", default-features = false }
structopt = "0.3.2"
tempfile = "3.1.0"