Skip to content

Commit 597e3a5

Browse files
author
Ubuntu
committed
fix: deps
1 parent 0f2d23a commit 597e3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/local/prover.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl ProverTask {
6767
"verifier_only_circuit_data.json",
6868
"verifier.sol",
6969
];
70-
std::fs::create_dir_all(format!("{inputdir}")).unwrap();
70+
std::fs::create_dir_all(format!("{}", inputdir)).unwrap();
7171
target_files.iter().for_each(|f| {
7272
std::fs::copy(format!("{inputdir}/{f}"), format!("{key_path}/{f}")).unwrap();
7373
});

0 commit comments

Comments
 (0)