Release juniper_codegen 0.15.2
This commit is contained in:
parent
329caad4cd
commit
948517b84f
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ scalar-naivetime = []
|
||||||
schema-language = ["graphql-parser-integration"]
|
schema-language = ["graphql-parser-integration"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
juniper_codegen = { version = "0.15.1", path = "../juniper_codegen" }
|
juniper_codegen = { version = "0.15.2", path = "../juniper_codegen" }
|
||||||
|
|
||||||
anyhow = { version = "1.0.32", optional = true, default-features = false }
|
anyhow = { version = "1.0.32", optional = true, default-features = false }
|
||||||
async-trait = "0.1.39"
|
async-trait = "0.1.39"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "juniper_codegen"
|
name = "juniper_codegen"
|
||||||
version = "0.15.1"
|
version = "0.15.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Magnus Hallin <mhallin@fastmail.com>",
|
"Magnus Hallin <mhallin@fastmail.com>",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
//! You should not depend on juniper_codegen directly.
|
//! You should not depend on juniper_codegen directly.
|
||||||
//! You only need the `juniper` crate.
|
//! You only need the `juniper` crate.
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.15.1")]
|
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.15.2")]
|
||||||
#![recursion_limit = "1024"]
|
#![recursion_limit = "1024"]
|
||||||
|
|
||||||
mod result;
|
mod result;
|
||||||
|
|
Loading…
Reference in a new issue