Skip to content

Commit 9418e6b

Browse files
authored
build: prepare for 0.3.0-alpha release (#127)
1 parent 78d5a17 commit 9418e6b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = ["OpenZeppelin"]
1212
edition = "2024"
1313
license = "AGPL-3.0-only"
1414
repository = "https://github.com/OpenZeppelin/Event-Scanner"
15-
version = "0.2.1-alpha"
15+
version = "0.3.0-alpha"
1616

1717
[workspace.lints.clippy]
1818
pedantic = "warn"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Add `event-scanner` to your `Cargo.toml`:
5454

5555
```toml
5656
[dependencies]
57-
event-scanner = "0.2.1-alpha"
57+
event-scanner = "0.3.0-alpha"
5858
```
5959

6060
Create an event stream for the given event filters registered with the `EventScanner`:

0 commit comments

Comments
 (0)