Skip to content

Commit

Permalink
Release 7.0.2
Browse files Browse the repository at this point in the history
async-graphql@7.0.2
async-graphql-actix-web@7.0.2
async-graphql-axum@7.0.2
async-graphql-derive@7.0.2
async-graphql-parser@7.0.2
async-graphql-poem@7.0.2
async-graphql-rocket@7.0.2
async-graphql-tide@7.0.2
async-graphql-value@7.0.2
async-graphql-warp@7.0.2

Generated by cargo-workspaces
  • Loading branch information
sunli829 committed Feb 18, 2024
1 parent e95a351 commit 2830d43
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
name = "async-graphql"
readme = "README.md"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[features]
apollo_persisted_queries = ["lru", "sha2"]
Expand Down Expand Up @@ -141,10 +141,10 @@ members = [
]

[workspace.dependencies]
async-graphql = { path = ".", version = "7.0.1", default-features = false }
async-graphql-derive = { path = "derive", version = "7.0.1" }
async-graphql-parser = { path = "parser", version = "7.0.1" }
async-graphql-value = { path = "value", version = "7.0.1" }
async-graphql = { path = ".", version = "7.0.2", default-features = false }
async-graphql-derive = { path = "derive", version = "7.0.2" }
async-graphql-parser = { path = "parser", version = "7.0.2" }
async-graphql-value = { path = "value", version = "7.0.2" }

serde = { version = "1.0.125", features = ["derive"] }
serde_json = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-derive"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion integrations/actix-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-actix-web"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[dependencies]
async-graphql.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion integrations/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["futures", "async", "graphql", "axum"]
license = "MIT OR Apache-2.0"
name = "async-graphql-axum"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[dependencies]
async-graphql.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion integrations/poem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["futures", "async", "graphql", "poem"]
license = "MIT OR Apache-2.0"
name = "async-graphql-poem"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[dependencies]
async-graphql.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion integrations/rocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["futures", "async", "graphql", "rocket"]
license = "MIT OR Apache-2.0"
name = "async-graphql-rocket"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[dependencies]
async-graphql.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion integrations/tide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-tide"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[features]
default = ["websocket"]
Expand Down
2 changes: 1 addition & 1 deletion integrations/warp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-warp"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[dependencies]
async-graphql.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-parser"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.1"
version = "7.0.2"

[dependencies]
async-graphql-value.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion value/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-graphql-value"
version = "7.0.1"
version = "7.0.2"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2021"
description = "GraphQL value for async-graphql"
Expand Down

0 comments on commit 2830d43

Please sign in to comment.