Release juniper_codegen 0.14.1
This commit is contained in:
parent
6b7977b8dd
commit
252f7b4353
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ default = [
|
|||
]
|
||||
|
||||
[dependencies]
|
||||
juniper_codegen = { version = "0.14.0", path = "../juniper_codegen" }
|
||||
juniper_codegen = { version = "0.14.1", path = "../juniper_codegen" }
|
||||
|
||||
fnv = "1.0.3"
|
||||
indexmap = { version = "1.0.0", features = ["serde-1"] }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "juniper_codegen"
|
||||
version = "0.14.0"
|
||||
version = "0.14.1"
|
||||
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.1")]
|
||||
#![recursion_limit = "1024"]
|
||||
|
||||
extern crate proc_macro;
|
||||
|
|
Loading…
Reference in a new issue