Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Feb 22, 2024
1 parent 52e21e2 commit e28f0c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.5"
version = "0.1.6"
authors = ["Jito Network <support@jito.network>"]
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.5" }
jito-core = { path = "core", version = "=0.1.5" }
jito-protos = { path = "jito-protos", version = "=0.1.5" }
jito-relayer = { path = "relayer", version = "=0.1.5" }
jito-relayer-web = { path = "web", version = "=0.1.5" }
jito-rpc = { path = "rpc", version = "=0.1.5" }
jito-block-engine = { path = "block_engine", version = "=0.1.6" }
jito-core = { path = "core", version = "=0.1.6" }
jito-protos = { path = "jito-protos", version = "=0.1.6" }
jito-relayer = { path = "relayer", version = "=0.1.6" }
jito-relayer-web = { path = "web", version = "=0.1.6" }
jito-rpc = { path = "rpc", version = "=0.1.6" }
jwt = { version = "0.16.0", features = ["openssl"] }
keyed_priority_queue = "0.4.1"
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env sh
cargo workspaces version --all --exact --no-individual-tags
cargo workspaces version --all --exact --force jito-* --no-git-commit

0 comments on commit e28f0c6

Please sign in to comment.