Skip to content

Commit

Permalink
chore(deps): remove waku dep, use specific commit of sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Feb 15, 2023
1 parent f50948c commit 843f7ea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "chore", "hidden": true },
{ "type": "docs", "hidden": true },
{ "type": "style", "hidden": true },
{ "type": "refactor", "hidden": true },
{ "type": "perf", "hidden": true },
{ "type": "test", "hidden": true }
],
"commitUrlFormat": "https://github.com/mokkapps/changelog-generator-demo/commits/{{hash}}",
"compareUrlFormat": "https://github.com/mokkapps/changelog-generator-demo/compare/{{previousTag}}...{{currentTag}}"
}
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ keywords=["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
categories=["network-programming", "web-programming::http-client"]

[dependencies]
graphcast-sdk = "0.0.5"
waku = { package = "waku-bindings", version="0.1.0-beta3" }
graphcast_sdk = { package = "graphcast-sdk", git = "https://github.com/graphops/graphcast-sdk" }
prost = "0.11"
once_cell = "1.15"
chrono = "0.4"
Expand Down

0 comments on commit 843f7ea

Please sign in to comment.