Skip to content

Commit 948c828

Browse files
committed
Update for async-graphql v2.0.0
1 parent 5001982 commit 948c828

14 files changed

+677
-2920
lines changed

Cargo.lock

+208-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ authors = ["sunli <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
async-graphql = { version = "2.0.0-alpha.7" }
8+
async-graphql = { version = "2.0.0" }
99
async-std = { version = "1.5.0", features = ["attributes"] }
10-
juniper = { git = "https://github.com/graphql-rust/juniper", rev = "8b79f5b"}
10+
juniper = { git = "https://github.com/graphql-rust/juniper", rev = "68210f5"}
1111
futures = "0.3.4"
1212
serde_json = "1.0"
13+
lazy_static = "1.1.1"

golang/go.mod

-9
This file was deleted.

golang/go.sum

-80
This file was deleted.

golang/gqlgen.yml

-56
This file was deleted.

0 commit comments

Comments
 (0)