Release juniper_codegen 0.14.1

This commit is contained in:
Christian Legnitto 2019-10-24 15:56:44 -07:00 committed by nWacky
parent bb99076326
commit 7b18bd245d
No known key found for this signature in database
GPG key ID: 22EF2C62F6F79FD0
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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