Skip to content

Commit

Permalink
chore: release 0.0.4 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-eiger authored Mar 29, 2024
1 parent 20fdd82 commit 4eedca7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "listener-radio"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
authors = ["GraphOps (hopeyen)"]
description = "Listener Radio monitors on a Graphcast network and stores messages"
Expand All @@ -10,7 +10,7 @@ keywords = ["graphprotocol", "data-integrity", "Indexer", "waku", "p2p"]
categories = ["network-programming", "web-programming::http-client"]

[dependencies]
graphcast-sdk = "0.7.0"
graphcast-sdk = "0.7.1"
anyhow = "1.0"
axum = { version = "0.5", features = ["headers"] }
async-graphql = "4.0.16"
Expand Down

0 comments on commit 4eedca7

Please sign in to comment.