Skip to content

Commit

Permalink
updated commit hashes for cli subgraph tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Dec 6, 2023
1 parent 87b4f59 commit bc0cb9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion subgraph/Cargo.lock

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

2 changes: 1 addition & 1 deletion subgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
tokio = { version = "1.28.0", features = ["full"] }
anyhow = "1.0.70"
rain_cli_subgraph = { git = "https://github.com/rainlanguage/rain.subgraph-cli.git", rev = "d3aabe1811c642dc8d9890f127f0100f71d0ebbe" }
rain_cli_subgraph = { git = "https://github.com/rainlanguage/rain.subgraph-cli.git", rev = "6a2ea40ec692eea35a4b618b6e664139587662f1" }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
graphql_client = "0.13.0"
Expand Down
8 changes: 4 additions & 4 deletions subgraph/flake.lock

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

2 changes: 1 addition & 1 deletion subgraph/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/ec750fd01963ab6b20ee1f0cb488754e8036d89d";
flake-utils.url = "github:numtide/flake-utils";
rain.url = "github:rainlanguage/rain.cli/b702505ddd2a9bb714837a62b09d2ba08001c335";
rain.url = "github:rainlanguage/rain.cli/192d5e1921ee37ba933b5ed42c9edf6f45ae6a93";
};


Expand Down

0 comments on commit bc0cb9d

Please sign in to comment.