Release juniper_codegen 0.12.0

This commit is contained in:
Christian Legnitto 2019-05-16 19:01:52 -07:00
parent 50a5f2a258
commit 8a047e8702
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ default = [
]
[dependencies]
juniper_codegen = { version = "0.11.1", path = "../juniper_codegen" }
juniper_codegen = { version = "0.12.0", path = "../juniper_codegen" }
fnv = "1.0.3"
indexmap = { version = "1.0.0", features = ["serde-1"] }

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_codegen"
version = "0.11.1"
version = "0.12.0"
authors = [
"Magnus Hallin <mhallin@fastmail.com>",
"Christoph Herzog <chris@theduke.at>",

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.11.1")]
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.12.0")]
#![recursion_limit = "1024"]
extern crate proc_macro;