Skip to content

Commit c7d633d

Browse files
committed
1 parent 2b971cb commit c7d633d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "2"
1111

1212
[workspace.package]
13-
version = "1.18.0"
13+
version = "1.18.1"
1414
license = "Apache-2.0"
1515
authors = ["Jito Foundation <[email protected]>"]
1616
edition = "2021"
@@ -24,8 +24,8 @@ clap = { version = "4.4.6", features = ["derive", "env"] }
2424
crossbeam-channel = "0.5.8"
2525
enum-iterator = "1.4.1"
2626
futures-util = "0.3.28"
27-
geyser-grpc-plugin-client = { path = "client", version = "=1.18.0" }
28-
jito-geyser-protos = { path = "proto", version = "=1.18.0" }
27+
geyser-grpc-plugin-client = { path = "client", version = "=1.18.1" }
28+
jito-geyser-protos = { path = "proto", version = "=1.18.1" }
2929
log = "0.4.17"
3030
lru = "0.12.0"
3131
once_cell = "1.17.1"

0 commit comments

Comments
 (0)