-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lorenzo Delgado <[email protected]>
- Loading branch information
1 parent
e330ff8
commit 530893d
Showing
7 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "thegraph-client-subgraphs" | ||
description = "A client for The Graph network's Subgraphs data service" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
repository = "https://github.com/edgeandnode/toolshed" | ||
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,7 +14,7 @@ reqwest = { version = "0.12.9", features = ["json"] } | |
serde = { version = "1.0.214", features = ["derive"] } | ||
serde_json = { version = "1.0.132", features = ["raw_value"] } | ||
thegraph-core = { version = "0.10", path = "../thegraph-core", features = ["serde"] } | ||
thegraph-graphql-http = { version = "0.3.2", path = "../thegraph-graphql-http", features = ["reqwest"] } | ||
thegraph-graphql-http = { version = "0.3.3", path = "../thegraph-graphql-http", features = ["reqwest"] } | ||
thiserror = "2.0.1" | ||
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] } | ||
url = "2.5.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "thegraph-core" | ||
description = "Rust core modules for The Graph network" | ||
version = "0.10.0" | ||
version = "0.10.1" | ||
repository = "https://github.com/edgeandnode/toolshed" | ||
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"] | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "thegraph-graphql-http" | ||
description = "A rust implementation of the GraphQL-over-HTTP spec for The Graph network services" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
repository = "https://github.com/edgeandnode/toolshed" | ||
authors = ["Lorenzo Delgado (LNSD) <[email protected]>"] | ||
license = "MIT" | ||
|