Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["OpenZeppelin"]
edition = "2024"
license = "AGPL-3.0-only"
repository = "https://github.com/OpenZeppelin/Event-Scanner"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"

[workspace.lints.clippy]
pedantic = "warn"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Add `event-scanner` to your `Cargo.toml`:

```toml
[dependencies]
event-scanner = "0.1.0-alpha.2"
event-scanner = "0.1.0-alpha.3"
```

Create an event stream for the given event filters registered with the `EventScanner`:
Expand Down
Loading