Release juniper_codegen 0.13.1

This commit is contained in:
Christian Legnitto 2019-07-29 08:06:22 -07:00
parent 49fc100753
commit 644d6042ae
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ default = [
]
[dependencies]
juniper_codegen = { version = "0.13.0", path = "../juniper_codegen" }
juniper_codegen = { version = "0.13.1", 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.13.0"
version = "0.13.1"
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.13.0")]
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.13.1")]
#![recursion_limit = "1024"]
extern crate proc_macro;