Skip to content

Commit 272cf3e

Browse files
committed
Boom: install tlmcmddb-cli pre-compiled binary & update to v2.6.0
1 parent 376e7e5 commit 272cf3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/mobc/boom-tools/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ curl -L --proto '=https' --tlsv1.2 -sSf "https://raw.githubusercontent.com/cargo
77

88
./bin/cargo-binstall --root . tmtc-c2a --version 1.0.0 --no-confirm
99

10-
cargo install --debug --root . tlmcmddb-cli --version 0.2.0
10+
./bin/cargo-binstall --root . tlmcmddb-cli --version 2.6.0 --no-confirm
1111
./bin/cargo-binstall --root . kble --version 0.3.0 --no-confirm
1212
./bin/cargo-binstall --root . kble-c2a --version 0.3.0 --no-confirm
1313
./bin/cargo-binstall --root . kble-eb90 --version 0.3.0 --no-confirm

examples/subobc/boom-tools/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ curl -L --proto '=https' --tlsv1.2 -sSf "https://raw.githubusercontent.com/cargo
77

88
./bin/cargo-binstall --root . tmtc-c2a --version 1.0.0 --no-confirm
99

10-
cargo install --debug --root . tlmcmddb-cli --version 0.2.0
10+
./bin/cargo-binstall --root . tlmcmddb-cli --version 2.6.0 --no-confirm
1111
./bin/cargo-binstall --root . kble --version 0.3.0 --no-confirm
1212
./bin/cargo-binstall --root . kble-c2a --version 0.3.0 --no-confirm
1313
./bin/cargo-binstall --root . kble-eb90 --version 0.3.0 --no-confirm

0 commit comments

Comments
 (0)