Skip to content

Commit

Permalink
Release 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Jul 16, 2024
1 parent 47c9a2c commit 3b13bb4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
resolver = "1"

[workspace.package]
version = "0.1.14"
version = "0.1.15"
authors = ["Jito Network <[email protected]>"]
repository = "https://github.com/jito-foundation/jito-relayer"
homepage = "https://jito.network/"
Expand All @@ -34,12 +34,12 @@ futures-util = "0.3"
histogram = "0.6.9"
hostname = "0.3"
itertools = "0.10.5"
jito-block-engine = { path = "block_engine", version = "=0.1.14" }
jito-core = { path = "core", version = "=0.1.14" }
jito-protos = { path = "jito-protos", version = "=0.1.14" }
jito-relayer = { path = "relayer", version = "=0.1.14" }
jito-relayer-web = { path = "web", version = "=0.1.14" }
jito-rpc = { path = "rpc", version = "=0.1.14" }
jito-block-engine = { path = "block_engine", version = "=0.1.15" }
jito-core = { path = "core", version = "=0.1.15" }
jito-protos = { path = "jito-protos", version = "=0.1.15" }
jito-relayer = { path = "relayer", version = "=0.1.15" }
jito-relayer-web = { path = "web", version = "=0.1.15" }
jito-rpc = { path = "rpc", version = "=0.1.15" }
jwt = { version = "0.16.0", features = ["openssl"] }
keyed_priority_queue = "0.4.1"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 3b13bb4

Please sign in to comment.