Skip to content

Commit

Permalink
Use chainql-core from github
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Nov 24, 2024
1 parent f8bb3b1 commit 386690d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "chainql"
crate-type = ["cdylib"]

[dependencies]
chainql-core = { path = "../chainql/crates/chainql-core" }
chainql-core = { git = "https://github.com/UniqueNetwork/chainql.git", branch = "pub-builtin" }
either = "1.13.0"
gag = "1.0.0"
jrsonnet-evaluator = { version = "0.5.0-pre95" }
Expand Down

0 comments on commit 386690d

Please sign in to comment.