Skip to content

Commit 27c28cd

Browse files
committed
1 parent 74ae041 commit 27c28cd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql"
3-
version = "1.14.6"
3+
version = "1.14.7"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "A GraphQL server library implemented in Rust"

async-graphql-actix-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-actix-web"
3-
version = "1.14.3"
3+
version = "1.14.7"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "async-graphql for actix-web"

async-graphql-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-derive"
3-
version = "1.14.2"
3+
version = "1.14.7"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "Macros for async-graphql"

async-graphql-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-parser"
3-
version = "1.14.2"
3+
version = "1.14.7"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "GraphQL query parser for async-graphql"

async-graphql-tide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-tide"
3-
version = "1.14.3"
3+
version = "1.14.7"
44
authors = ["vkill <[email protected]>"]
55
edition = "2018"
66
description = "async-graphql for tide"

async-graphql-warp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-graphql-warp"
3-
version = "1.14.3"
3+
version = "1.14.7"
44
authors = ["sunli <[email protected]>"]
55
edition = "2018"
66
description = "async-graphql for warp"

0 commit comments

Comments
 (0)