Skip to content

Commit 17325e0

Browse files
committed
chore: bump light-event 0.23.0 -> 0.23.1
1 parent a5b1c81 commit 17325e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -201,7 +201,7 @@ light-indexed-merkle-tree = { version = "5.0.0", path = "program-libs/indexed-me
201201
light-concurrent-merkle-tree = { version = "5.0.0", path = "program-libs/concurrent-merkle-tree" }
202202
light-sparse-merkle-tree = { version = "0.3.0", path = "sparse-merkle-tree" }
203203
light-client = { path = "sdk-libs/client", version = "0.23.0" }
204-
light-event = { path = "sdk-libs/event", version = "0.23.0" }
204+
light-event = { path = "sdk-libs/event", version = "0.23.1" }
205205
light-hasher = { path = "program-libs/hasher", version = "5.0.0", default-features = false }
206206
light-macros = { path = "program-libs/macros", version = "2.2.0" }
207207
light-merkle-tree-reference = { path = "program-tests/merkle-tree", version = "4.0.0" }

sdk-libs/event/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-event"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
description = "Event types and utilities for Light Protocol"
55
repository = "https://github.com/Lightprotocol/light-protocol"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)