Skip to content

Commit

Permalink
mempool-space:v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Aug 9, 2024
1 parent e9518c3 commit 2e62761
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.0.6"
version = "0.0.7"

[package]
name = "mempool_space"
Expand Down
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ impl Args {
env!("CARGO_PKG_DESCRIPTION"),
env!("CARGO_PKG_AUTHORS"),
env!("CARGO_PKG_REPOSITORY"),
"rpaste",
"mempool-space",
);
println!("{}", opts.usage(&usage));
process::exit(0)
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ use crossterm::style::Stylize;
/// Default name of the configuration file.
const CONFIG_FILE: &str = "config.toml";

/// Runs `rpaste`.
/// Runs `mempool-space`.
pub fn run(args: Args) -> Result<()> {
let mut config = Config::default();
if let Some(ref config_path) = args.config {
Expand Down

0 comments on commit 2e62761

Please sign in to comment.