Skip to content

Commit 86a60c1

Browse files
committed
Codestyle corrections
1 parent 0a803df commit 86a60c1

File tree

3 files changed

+206
-204
lines changed

3 files changed

+206
-204
lines changed

juniper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ travis-ci = { repository = "graphql-rust/juniper" }
2222
default = [
2323
"bson",
2424
"chrono",
25+
"json",
2526
"schema-language",
2627
"url",
2728
"uuid",
28-
"json",
2929
]
3030
expose-test-schema = ["anyhow", "serde_json"]
3131
graphql-parser-integration = ["graphql-parser"]
32+
json = ["serde_json"]
3233
scalar-naivetime = []
3334
schema-language = ["graphql-parser-integration"]
34-
json = ["serde_json"]
3535

3636
[dependencies]
3737
juniper_codegen = { version = "0.15.7", path = "../juniper_codegen" }

0 commit comments

Comments
 (0)