Compare commits

..

1 Commits

Author SHA1 Message Date
github-actions[bot]
55306d9205 ci: update version string in docs 2024-05-31 12:35:14 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ezkl==11.2.3
ezkl==11.2.2
sphinx
sphinx-rtd-theme
sphinxcontrib-napoleon

View File

@@ -1,7 +1,7 @@
import ezkl
project = 'ezkl'
release = '11.2.3'
release = '11.2.2'
version = release

View File

@@ -640,7 +640,7 @@ pub enum Commands {
/// The path to the proof file (generated using the prove command)
#[arg(long, default_value = DEFAULT_PROOF, value_hint = clap::ValueHint::FilePath)]
proof_path: Option<PathBuf>,
/// The path to save the calldata to
/// The path to the Solidity code
#[arg(long, default_value = DEFAULT_CALLDATA, value_hint = clap::ValueHint::FilePath)]
calldata_path: Option<PathBuf>,
/// The path to the verification key address (only used if the vk is rendered as a separate contract)