Release juniper_codegen 0.15.8

This commit is contained in:
Christian Legnitto 2022-01-26 23:28:15 -08:00
parent 4b0aabe9f6
commit 1fd518e72c
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ scalar-naivetime = []
schema-language = ["graphql-parser-integration"]
[dependencies]
juniper_codegen = { version = "0.15.7", path = "../juniper_codegen" }
juniper_codegen = { version = "0.15.8", path = "../juniper_codegen" }
anyhow = { version = "1.0.32", optional = true, default-features = false }
async-trait = "0.1.39"

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_codegen"
version = "0.15.7"
version = "0.15.8"
edition = "2018"
authors = [
"Magnus Hallin <mhallin@fastmail.com>",

View file

@ -4,7 +4,7 @@
//! You should not depend on juniper_codegen directly.
//! You only need the `juniper` crate.
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.15.7")]
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.15.8")]
#![recursion_limit = "1024"]
mod result;