Skip to content

Commit b8d5c26

Browse files
committed
misc: bump version and add description
1 parent 7465b8d commit b8d5c26

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

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.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "flashroute_rs"
3-
version = "0.2.4"
3+
description = "A reproduction and enhancement of `FlashRoute: Efficient Traceroute on a Massive Scale (ACM IMC'20)` in Rust."
4+
version = "0.2.5"
45
authors = [
56
"Bugen Zhao <[email protected]>",
67
"Zhengdong Wang <[email protected]>",

src/opt.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ use crate::error::*;
55
use crate::utils;
66

77
#[derive(Debug, StructOpt)]
8+
#[structopt(about)]
89
pub struct Opt {
910
// Preprobing
1011
#[structopt(long, default_value = "32")]

0 commit comments

Comments
 (0)