Skip to content

Commit e5c3705

Browse files
committed
1 parent 6fb91ab commit e5c3705

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "1"
1313

1414
[workspace.package]
15-
version = "0.1.9"
15+
version = "0.1.10"
1616
authors = ["Jito Network <[email protected]>"]
1717
repository = "https://github.com/jito-foundation/jito-relayer"
1818
homepage = "https://jito.network/"
@@ -34,12 +34,12 @@ futures-util = "0.3"
3434
histogram = "0.6.9"
3535
hostname = "0.3"
3636
itertools = "0.10.5"
37-
jito-block-engine = { path = "block_engine", version = "=0.1.9" }
38-
jito-core = { path = "core", version = "=0.1.9" }
39-
jito-protos = { path = "jito-protos", version = "=0.1.9" }
40-
jito-relayer = { path = "relayer", version = "=0.1.9" }
41-
jito-relayer-web = { path = "web", version = "=0.1.9" }
42-
jito-rpc = { path = "rpc", version = "=0.1.9" }
37+
jito-block-engine = { path = "block_engine", version = "=0.1.10" }
38+
jito-core = { path = "core", version = "=0.1.10" }
39+
jito-protos = { path = "jito-protos", version = "=0.1.10" }
40+
jito-relayer = { path = "relayer", version = "=0.1.10" }
41+
jito-relayer-web = { path = "web", version = "=0.1.10" }
42+
jito-rpc = { path = "rpc", version = "=0.1.10" }
4343
jwt = { version = "0.16.0", features = ["openssl"] }
4444
keyed_priority_queue = "0.4.1"
4545
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)