Skip to content

Commit

Permalink
chore(toolshed): pin crate git dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD committed Jan 3, 2024
1 parent 89bcc61 commit f7d4c92
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
26 changes: 24 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions thegraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ base64 = { version = "0.21", optional = true }
bs58 = "0.5"
ethers = { version = "2.0", default-features = false, optional = true }
ethers-core = { version = "2.0", default-features = false }
graphql-http = { path = "../graphql-http", optional = true }
graphql-http = { git = "https://github.com/edgeandnode/toolshed.git", tag = "graphql-http-v0.1.1", optional = true }
indoc = { version = "2.0", optional = true }
lazy_static = "1.4"
reqwest = { version = "0.11", optional = true }
Expand All @@ -42,7 +42,7 @@ serde_json = { version = "1.0", optional = true, features = ["raw_value"] }
serde_with = "3.4"
sha3 = "0.10"
thiserror = "1.0"
toolshed = { path = "../toolshed", optional = true }
toolshed = { git = "https://github.com/edgeandnode/toolshed.git", tag = "toolshed-v0.5.0", optional = true }
tracing = { version = "0.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit f7d4c92

Please sign in to comment.