From 4af6eedde166770fc89b049d9318e4736d67a1f0 Mon Sep 17 00:00:00 2001 From: vanhger Date: Fri, 20 Sep 2024 16:15:07 +0700 Subject: [PATCH] Fix: fix dependencies --- .gitignore | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2379ec4..7c14143 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /bin annotations.txt extra_output_file.txt -proof.json \ No newline at end of file +proof.json +/.idea \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 21abca6..e59a851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ swiftness_proof_parser = { git = "https://github.com/zksecurity/integrity-callda swiftness_stark = { git = "https://github.com/zksecurity/integrity-calldata-generator" } swiftness = { git = "https://github.com/zksecurity/integrity-calldata-generator" } starknet-crypto = "0.7.2" -tempfile = "3.10.1" +tempfile = "3.10.1" thiserror = "1.0.61" uuid = "1.9.1"