Release juniper_codegen 0.14.2
This commit is contained in:
parent
3c41769cb7
commit
a5ccf8c2a1
3 changed files with 3 additions and 3 deletions
|
@ -33,7 +33,7 @@ default = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
juniper_codegen = { version = "0.14.1", path = "../juniper_codegen" }
|
||||
juniper_codegen = { version = "0.14.2", path = "../juniper_codegen" }
|
||||
|
||||
chrono = { version = "0.4.0", optional = true }
|
||||
fnv = "1.0.3"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "juniper_codegen"
|
||||
version = "0.14.1"
|
||||
version = "0.14.2"
|
||||
authors = [
|
||||
"Magnus Hallin <mhallin@fastmail.com>",
|
||||
"Christoph Herzog <chris@theduke.at>",
|
||||
|
|
|
@ -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.14.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.14.2")]
|
||||
#![recursion_limit = "1024"]
|
||||
|
||||
extern crate proc_macro;
|
||||
|
|
Loading…
Reference in a new issue