Skip to content

Commit 7b7eaf7

Browse files
committed
Better binary name in version outputs
1 parent f4ad30d commit 7b7eaf7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ckb-standalone-debugger"
33
description = "Standalone debugger for Nervos CKB"
4-
version = "0.4.0"
4+
version = "0.4.1"
55
license = "MIT"
66
authors = ["Nervos Core Dev <dev@nervos.org>"]
77
edition = "2018"

bins/Cargo.lock

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

bins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ckb-debugger-binaries"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
license = "MIT"
55
authors = ["Nervos Core Dev <dev@nervos.org>"]
66
edition = "2018"

bins/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use std::net::TcpListener;
3030
fn main() {
3131
drop(env_logger::init());
3232
let default_max_cycles = format!("{}", 70_000_000u64);
33-
let matches = App::new("CKB standalone debugger")
33+
let matches = App::new("ckb-debugger")
3434
.version(crate_version!())
3535
.arg(
3636
Arg::with_name("listen")

0 commit comments

Comments
 (0)