Skip to content

Commit

Permalink
fix: correct formatting error on the Nargo.toml files for opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinoats committed Sep 8, 2023
1 parent 2c4c227 commit 0abb35d
Show file tree
Hide file tree
Showing 78 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion circuits/opcodes/adc/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/ahx/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/alr/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/anc/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/and/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/arr/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/asl/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/axs/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/bcc/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/bcs/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/beq/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/bit/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/bmi/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/bne/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/bpl/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/branch/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/brk/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/bvc/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/bvs/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/clc/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/cld/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/cli/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/clv/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/cmp/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/cpx/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/cpy/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/dcp/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/dec/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/dex/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/dey/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/eor/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/ign/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/inc/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/iny/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/isb/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/jmp/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/jsr/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/las/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/lax/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/lda/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/ldx/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/ldy/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/lsr/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/nop/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/ora/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/pha/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/php/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/pla/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/plp/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/rla/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/rol/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/ror/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/rra/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/rti/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/rts/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/sax/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/sbc/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/sec/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/sed/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/sei/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/skb/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/slo/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/sre/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/sta/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/stx/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
2 changes: 1 addition & 1 deletion circuits/opcodes/sty/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = [""]
compiler_version = "0.10.5"

[dependencies]
helpers= { path = "../../halpers" }
helpers = { path = "../../helpers" }
Loading

0 comments on commit 0abb35d

Please sign in to comment.