Skip to content

Commit 4af6eed

Browse files
VanhGerzk-steve
authored andcommitted
Fix: fix dependencies
1 parent e12447e commit 4af6eed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
/bin
55
annotations.txt
66
extra_output_file.txt
7-
proof.json
7+
proof.json
8+
/.idea

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ swiftness_proof_parser = { git = "https://github.com/zksecurity/integrity-callda
2626
swiftness_stark = { git = "https://github.com/zksecurity/integrity-calldata-generator" }
2727
swiftness = { git = "https://github.com/zksecurity/integrity-calldata-generator" }
2828
starknet-crypto = "0.7.2"
29-
tempfile = "3.10.1"
29+
tempfile = "3.10.1"
3030
thiserror = "1.0.61"
3131
uuid = "1.9.1"
3232

0 commit comments

Comments
 (0)