Skip to content

Commit

Permalink
chore(graphql): bump graphql crate to v0.3.0 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD authored Nov 28, 2023
1 parent 5760c33 commit 19ec30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services.
* **graphql:** A collection of GraphQL related Rust modules that are share between The Graph's network services.

```toml
graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.2.0" }
graphql = { git = "https://github.com/edgeandnode/toolshed", tag = "graphql-v0.3.0" }
```
* **graphql-http:** A _reqwest_ based GraphQL-over-HTTP client.

Expand Down
2 changes: 1 addition & 1 deletion graphql/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "graphql"
description = "A collection of GraphQL related Rust modules that are share between The Graph's network services"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.61.0"

Expand Down

0 comments on commit 19ec30d

Please sign in to comment.