Skip to content

Commit 3684399

Browse files
committed
release v0.3.4
1 parent 8145e08 commit 3684399

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "oura"
33
description = "The tail of Cardano"
4-
version = "0.3.3"
4+
version = "0.3.4"
55
edition = "2021"
66
repository = "https://github.com/txpipe/oura"
77
homepage = "https://github.com/txpipe/oura"

src/sources/n2n/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pub struct ChainObserver {
8585
}
8686

8787
impl Observer<Content> for ChainObserver {
88-
fn on_block(&self, cursor: &Option<Point>, content: &Content) -> Result<(), Error> {
88+
fn on_block(&self, cursor: &Option<Point>, _content: &Content) -> Result<(), Error> {
8989
info!("requesting block fetch for point {:?}", cursor);
9090

9191
if let Some(cursor) = cursor {

0 commit comments

Comments
 (0)