Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #42 from graphops/bump-version
Browse files Browse the repository at this point in the history
chore: bump version, publish to crates.io
  • Loading branch information
pete-eiger authored Feb 28, 2023
2 parents f6f0e50 + acc44e9 commit be62557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poi-radio"
version = "0.0.5"
version = "0.0.7"
edition = "2021"
authors = ["GraphOps (axiomatic-aardvark, hopeyen)"]
description="POI Radio monitors subgraph data integrity in real time using Graphcast SDK"
Expand All @@ -10,7 +10,7 @@ keywords=["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
categories=["network-programming", "web-programming::http-client"]

[dependencies]
graphcast-sdk = { git = "https://github.com/graphops/graphcast-sdk", rev = "5e1c811" }
graphcast-sdk = "0.0.12"
prost = "0.11"
once_cell = "1.15"
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# POI-Crosschecker Radio
# POI Radio

[![Docs](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://docs.graphops.xyz/graphcast/radios/poi-radio)
[![crates.io](https://img.shields.io/crates/v/graphcast-sdk.svg)](https://crates.io/crates/poi-radio)
Expand Down

0 comments on commit be62557

Please sign in to comment.