File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ scalar-naivetime = []
3232schema-language = [" graphql-parser-integration" ]
3333
3434[dependencies ]
35- juniper_codegen = { version = " 0.15.6 " , path = " ../juniper_codegen" }
35+ juniper_codegen = { version = " 0.15.7 " , path = " ../juniper_codegen" }
3636
3737anyhow = { version = " 1.0.32" , optional = true , default-features = false }
3838async-trait = " 0.1.39"
Original file line number Diff line number Diff line change 11[package ]
22name = " juniper_codegen"
3- version = " 0.15.6 "
3+ version = " 0.15.7 "
44edition = " 2018"
55authors = [
66 " Magnus Hallin <mhallin@fastmail.com>" ,
Original file line number Diff line number Diff line change 44//! You should not depend on juniper_codegen directly.
55//! You only need the `juniper` crate.
66
7- #![ doc( html_root_url = "https://docs.rs/juniper_codegen/0.15.6 " ) ]
7+ #![ doc( html_root_url = "https://docs.rs/juniper_codegen/0.15.7 " ) ]
88#![ recursion_limit = "1024" ]
99
1010mod result;
You can’t perform that action at this time.
0 commit comments