diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-10 16:28:07 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-10 16:28:07 +0200 |
| commit | f303040c9fe87827438a1b0a2f6534edb2587e2f (patch) | |
| tree | 9133baf21b253e237052e435dda8637813b17851 | |
| parent | 6dcc8ecb59e6bc0a7e8dea691fb7a618a41a141e (diff) | |
| download | zkVMs-benchmarks-f303040c9fe87827438a1b0a2f6534edb2587e2f.tar zkVMs-benchmarks-f303040c9fe87827438a1b0a2f6534edb2587e2f.tar.gz zkVMs-benchmarks-f303040c9fe87827438a1b0a2f6534edb2587e2f.zip | |
feat(zkvms_host_io): Remove version flag
| -rw-r--r-- | zkvms_host_io/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zkvms_host_io/src/lib.rs b/zkvms_host_io/src/lib.rs index 2d2ded0..680477a 100644 --- a/zkvms_host_io/src/lib.rs +++ b/zkvms_host_io/src/lib.rs @@ -15,7 +15,7 @@ static DEFAULT_ENV: &str = include_str!(concat!(env!("INPUTS_DIR"), "/default.en /// If you want to run or benchmark your own guest program inside a zkVM, /// head on over to https://github.com/blocksense-network/zkVMs-benchmarks #[derive(Parser, Debug)] -#[command(version, about, long_about = None)] +#[command(about, long_about = None)] struct Cli { /// What should the zkVM do with the guest run_type: RunType, |
