Skip to content

Commit f50ef5d

Browse files
committed
Release juniper_codegen 0.15.7
1 parent 28c1164 commit f50ef5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

juniper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ scalar-naivetime = []
3232
schema-language = ["graphql-parser-integration"]
3333

3434
[dependencies]
35-
juniper_codegen = { version = "0.15.6", path = "../juniper_codegen" }
35+
juniper_codegen = { version = "0.15.7", path = "../juniper_codegen" }
3636

3737
anyhow = { version = "1.0.32", optional = true, default-features = false }
3838
async-trait = "0.1.39"

juniper_codegen/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_codegen"
3-
version = "0.15.6"
3+
version = "0.15.7"
44
edition = "2018"
55
authors = [
66
"Magnus Hallin <[email protected]>",

juniper_codegen/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! You should not depend on juniper_codegen directly.
55
//! You only need the `juniper` crate.
66
7-
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.15.6")]
7+
#![doc(html_root_url = "https://docs.rs/juniper_codegen/0.15.7")]
88
#![recursion_limit = "1024"]
99

1010
mod result;

0 commit comments

Comments
 (0)