Skip to content

Commit 9bf3142

Browse files
authored
Tip Router Operator CLI: Fix the version of Cargo.toml (#170)
1 parent d3b5106 commit 9bf3142

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
- uses: actions/checkout@v4
141141
with:
142142
submodules: recursive
143+
- name: Install system dependencies
144+
run: sudo apt-get update && sudo apt-get install -y libudev-dev
143145
- run: docker pull --platform linux/amd64 solanafoundation/solana-verifiable-build:2.2.14
144146
- uses: actions-rust-lang/setup-rust-toolchain@v1
145147
- name: Install solana-verify from crates.io

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.

tip-router-operator-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tip-router-operator-cli"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
edition = "2021"
55
description = "CLI for Jito Tip Router"
66

0 commit comments

Comments
 (0)