mirror of
https://github.com/pldubouilh/blockfast.git
synced 2026-08-30 05:47:02 -04:00
fixup readme & bump rust release
This commit is contained in:
committed by
Pierre Dubouilh
parent
9d0bc470cc
commit
43392ace03
+1
-3
@@ -116,7 +116,5 @@ async fn run() -> Result<()> {
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
run().await?;
|
||||
eprintln!("\n");
|
||||
Ok(())
|
||||
run().await
|
||||
}
|
||||
|
||||
@@ -97,7 +97,6 @@ Example:
|
||||
verbatim_doc_comment,
|
||||
group(ArgGroup::new("generic_match").args(["generic_positive", "generic_negative"])),
|
||||
)]
|
||||
|
||||
pub struct Args {
|
||||
/// jail time (seconds)
|
||||
#[clap(long, default_value = "21600")]
|
||||
|
||||
Reference in New Issue
Block a user