From 726e4305003a762b5c5310ec15da58ee0b0877df Mon Sep 17 00:00:00 2001 From: kevaundray Date: Sun, 29 Oct 2023 17:15:45 +0000 Subject: [PATCH] fix more grep typos --- .../tests/compile_failure/div_by_zero_constants/Nargo.toml | 2 +- .../tests/compile_failure/div_by_zero_modulo/Nargo.toml | 2 +- .../compile_failure/div_by_zero_numerator_witness/Nargo.toml | 2 +- .../tests/compile_failure/div_by_zero_witness/Nargo.toml | 2 +- .../tests/compile_failure/dup_trait_implementation_4/Nargo.toml | 2 +- .../tests/compile_failure/dup_trait_implementation_5/Nargo.toml | 2 +- .../compile_failure/dyn_index_fail_nested_array/Nargo.toml | 2 +- .../tests/compile_failure/dynamic_index_failure/Nargo.toml | 2 +- .../tests/compile_failure/primary_attribute_struct/Nargo.toml | 2 +- .../tests/compile_failure/radix_non_constant_length/Nargo.toml | 2 +- .../tests/compile_failure/slice_access_failure/Nargo.toml | 2 +- .../tests/compile_success_empty/attributes_multiple/Nargo.toml | 2 +- .../tests/compile_success_empty/attributes_struct/Nargo.toml | 2 +- .../compile_success_empty/closure_explicit_types/Nargo.toml | 2 +- .../nargo_cli/tests/compile_success_empty/generators/Nargo.toml | 2 +- .../compile_success_empty/impl_with_where_clause/Nargo.toml | 2 +- .../tests/compile_success_empty/inner_outer_cl/Nargo.toml | 2 +- .../tests/compile_success_empty/references_aliasing/Nargo.toml | 2 +- .../tests/compile_success_empty/ret_fn_ret_cl/Nargo.toml | 2 +- .../tests/compile_success_empty/trait_generics/Nargo.toml | 2 +- .../compile_success_empty/trait_multi_module_test/Nargo.toml | 2 +- .../nargo_cli/tests/compile_success_empty/trait_self/Nargo.toml | 2 +- .../compile_success_empty/trait_self/trait_self/Nargo.toml | 2 +- .../tests/compile_success_empty/trait_where_clause/Nargo.toml | 2 +- .../tests/compile_success_empty/unary_operators/Nargo.toml | 2 +- .../nargo_cli/tests/compile_success_empty/vectors/Nargo.toml | 2 +- .../tests/execution_success/brillig_references/Nargo.toml | 2 +- .../nargo_cli/tests/execution_success/diamond_deps_0/Nargo.toml | 2 +- tooling/nargo_cli/tests/execution_success/eddsa/Nargo.toml | 2 +- .../tests/execution_success/nested_array_dynamic/Nargo.toml | 2 +- tooling/nargo_cli/tests/execution_success/references/Nargo.toml | 2 +- .../tests/execution_success/slice_dynamic_index/Nargo.toml | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/tooling/nargo_cli/tests/compile_failure/div_by_zero_constants/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/div_by_zero_constants/Nargo.toml index 7ded903fa5e..aad13c7d97f 100644 --- a/tooling/nargo_cli/tests/compile_failure/div_by_zero_constants/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/div_by_zero_constants/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "divide_by_zero" type = "bin" -authors = [""]10.3" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/div_by_zero_modulo/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/div_by_zero_modulo/Nargo.toml index 144d63a1eb6..22ff18075cd 100644 --- a/tooling/nargo_cli/tests/compile_failure/div_by_zero_modulo/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/div_by_zero_modulo/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "div_by_zero_modulo" type = "bin" -authors = [""]10.5" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/div_by_zero_numerator_witness/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/div_by_zero_numerator_witness/Nargo.toml index b0484d3412d..30a7eb62645 100644 --- a/tooling/nargo_cli/tests/compile_failure/div_by_zero_numerator_witness/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/div_by_zero_numerator_witness/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "div_by_zero_numerator_witness" type = "bin" -authors = [""]10.3" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/div_by_zero_witness/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/div_by_zero_witness/Nargo.toml index da67eb681ac..e4968f6182d 100644 --- a/tooling/nargo_cli/tests/compile_failure/div_by_zero_witness/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/div_by_zero_witness/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "div_by_zero_witness" type = "bin" -authors = [""]10.3" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/dup_trait_implementation_4/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/dup_trait_implementation_4/Nargo.toml index 9ecb080ad0a..18352cb34b5 100644 --- a/tooling/nargo_cli/tests/compile_failure/dup_trait_implementation_4/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/dup_trait_implementation_4/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "dup_trait_implementation_4" type = "bin" -authors = [""]11.1" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/dup_trait_implementation_5/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/dup_trait_implementation_5/Nargo.toml index 9360d56f6ca..40b7c3d0269 100644 --- a/tooling/nargo_cli/tests/compile_failure/dup_trait_implementation_5/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/dup_trait_implementation_5/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "dup_trait_implementation_5" type = "bin" -authors = [""]11.1" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/dyn_index_fail_nested_array/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/dyn_index_fail_nested_array/Nargo.toml index af06c3b1c01..7f1c2c097a4 100644 --- a/tooling/nargo_cli/tests/compile_failure/dyn_index_fail_nested_array/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/dyn_index_fail_nested_array/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "dyn_index_fail_nested_array" type = "bin" -authors = [""]11.1" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/dynamic_index_failure/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/dynamic_index_failure/Nargo.toml index 69566192547..2c44a5356c3 100644 --- a/tooling/nargo_cli/tests/compile_failure/dynamic_index_failure/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/dynamic_index_failure/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "dynamic_index_failure" type = "bin" -authors = [""]10.3" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/primary_attribute_struct/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/primary_attribute_struct/Nargo.toml index 0c4f10f0e84..7c5e7f70774 100644 --- a/tooling/nargo_cli/tests/compile_failure/primary_attribute_struct/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/primary_attribute_struct/Nargo.toml @@ -2,6 +2,6 @@ [package] name = "primary_attribute_struct" type = "bin" -authors = [""]11.1" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_failure/radix_non_constant_length/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/radix_non_constant_length/Nargo.toml index e14870b19d2..349698cc32d 100644 --- a/tooling/nargo_cli/tests/compile_failure/radix_non_constant_length/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/radix_non_constant_length/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "radix_non_constant_length" type = "bin" -authors = [""]10.2" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/compile_failure/slice_access_failure/Nargo.toml b/tooling/nargo_cli/tests/compile_failure/slice_access_failure/Nargo.toml index ed3857bc0cc..fc159b7efc1 100644 --- a/tooling/nargo_cli/tests/compile_failure/slice_access_failure/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_failure/slice_access_failure/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "slice_access_failure" type = "bin" -authors = [""]10.2" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_success_empty/attributes_multiple/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/attributes_multiple/Nargo.toml index 72a54abf734..78b0e5b7b18 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/attributes_multiple/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/attributes_multiple/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "attributes_multiple" type = "bin" -authors = [""]10.5" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/compile_success_empty/attributes_struct/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/attributes_struct/Nargo.toml index 25365e8ef5b..e05ccb8d925 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/attributes_struct/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/attributes_struct/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "attributes_struct" type = "bin" -authors = [""]11.1" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/compile_success_empty/closure_explicit_types/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/closure_explicit_types/Nargo.toml index 0bc2f2cd7fa..86ddff27910 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/closure_explicit_types/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/closure_explicit_types/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "closure_explicit_types" type = "bin" -authors = [""]10.3" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_success_empty/generators/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/generators/Nargo.toml index 9d13d14c4f6..58d8a993e16 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/generators/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/generators/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "generators" type = "bin" -authors = [""]10.3" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_success_empty/impl_with_where_clause/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/impl_with_where_clause/Nargo.toml index 82ce36a14b1..ef9bdce2640 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/impl_with_where_clause/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/impl_with_where_clause/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "impl_with_where_clause" type = "bin" -authors = [""]10.5" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/compile_success_empty/inner_outer_cl/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/inner_outer_cl/Nargo.toml index 072dd3f8129..073456fa7f6 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/inner_outer_cl/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/inner_outer_cl/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "inner_outer_cl" type = "bin" -authors = [""]7.1" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/compile_success_empty/references_aliasing/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/references_aliasing/Nargo.toml index 0e41f03a3aa..0310e55ed7e 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/references_aliasing/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/references_aliasing/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "references_aliasing" type = "bin" -authors = [""]5.1" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/compile_success_empty/ret_fn_ret_cl/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/ret_fn_ret_cl/Nargo.toml index e5eacc423dd..4f778574417 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/ret_fn_ret_cl/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/ret_fn_ret_cl/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "ret_fn_ret_cl" type = "bin" -authors = [""]7.1" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/compile_success_empty/trait_generics/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/trait_generics/Nargo.toml index 9b1a585a12c..c1b5d0aaa6c 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/trait_generics/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/trait_generics/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "trait_generics" type = "bin" -authors = [""]10.5" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/compile_success_empty/trait_multi_module_test/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/trait_multi_module_test/Nargo.toml index b433e0bd45d..efa176099cf 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/trait_multi_module_test/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/trait_multi_module_test/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "trait_multi_module_test" type = "bin" -authors = [""]11.1" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_success_empty/trait_self/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/trait_self/Nargo.toml index 90a7aa40270..71c541ccd4f 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/trait_self/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/trait_self/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "trait_self" type = "bin" -authors = [""]10.5" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_success_empty/trait_self/trait_self/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/trait_self/trait_self/Nargo.toml index 90a7aa40270..71c541ccd4f 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/trait_self/trait_self/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/trait_self/trait_self/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "trait_self" type = "bin" -authors = [""]10.5" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_success_empty/trait_where_clause/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/trait_where_clause/Nargo.toml index 80e458131ea..1bbde8bfd79 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/trait_where_clause/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/trait_where_clause/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "trait_where_clause" type = "bin" -authors = [""]11.1" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_success_empty/unary_operators/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/unary_operators/Nargo.toml index dc0d4fb7b3d..8ab6f708b8a 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/unary_operators/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/unary_operators/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "unary_operators" type = "bin" -authors = [""]10.3" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/compile_success_empty/vectors/Nargo.toml b/tooling/nargo_cli/tests/compile_success_empty/vectors/Nargo.toml index eba1a52003b..e4c3889c685 100644 --- a/tooling/nargo_cli/tests/compile_success_empty/vectors/Nargo.toml +++ b/tooling/nargo_cli/tests/compile_success_empty/vectors/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "vectors" type = "bin" -authors = [""]7.1" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/execution_success/brillig_references/Nargo.toml b/tooling/nargo_cli/tests/execution_success/brillig_references/Nargo.toml index b403d92ce2a..0f64b862ba0 100644 --- a/tooling/nargo_cli/tests/execution_success/brillig_references/Nargo.toml +++ b/tooling/nargo_cli/tests/execution_success/brillig_references/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "brillig_references" type = "bin" -authors = [""]5.1" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/execution_success/diamond_deps_0/Nargo.toml b/tooling/nargo_cli/tests/execution_success/diamond_deps_0/Nargo.toml index 6106d290ed0..8b75d71ae12 100644 --- a/tooling/nargo_cli/tests/execution_success/diamond_deps_0/Nargo.toml +++ b/tooling/nargo_cli/tests/execution_success/diamond_deps_0/Nargo.toml @@ -1,7 +1,7 @@ [package] name = "diamond_deps_0" type = "bin" -authors = [""]7.1" +authors = [""] [dependencies] dep1 = { path = "../../test_libraries/diamond_deps_1" } diff --git a/tooling/nargo_cli/tests/execution_success/eddsa/Nargo.toml b/tooling/nargo_cli/tests/execution_success/eddsa/Nargo.toml index 47d5a6ab2c8..0f545c2febc 100644 --- a/tooling/nargo_cli/tests/execution_success/eddsa/Nargo.toml +++ b/tooling/nargo_cli/tests/execution_success/eddsa/Nargo.toml @@ -2,6 +2,6 @@ name = "eddsa" description = "Eddsa verification" type = "bin" -authors = [""]3.2" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/execution_success/nested_array_dynamic/Nargo.toml b/tooling/nargo_cli/tests/execution_success/nested_array_dynamic/Nargo.toml index dbbc66379f3..72642bebc15 100644 --- a/tooling/nargo_cli/tests/execution_success/nested_array_dynamic/Nargo.toml +++ b/tooling/nargo_cli/tests/execution_success/nested_array_dynamic/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "nested_array_dynamic" type = "bin" -authors = [""]11.1" +authors = [""] [dependencies] \ No newline at end of file diff --git a/tooling/nargo_cli/tests/execution_success/references/Nargo.toml b/tooling/nargo_cli/tests/execution_success/references/Nargo.toml index 8b8d22326c0..c4be4d4218d 100644 --- a/tooling/nargo_cli/tests/execution_success/references/Nargo.toml +++ b/tooling/nargo_cli/tests/execution_success/references/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "references" type = "bin" -authors = [""]5.1" +authors = [""] [dependencies] diff --git a/tooling/nargo_cli/tests/execution_success/slice_dynamic_index/Nargo.toml b/tooling/nargo_cli/tests/execution_success/slice_dynamic_index/Nargo.toml index 612f0cc62e8..a02faeae27a 100644 --- a/tooling/nargo_cli/tests/execution_success/slice_dynamic_index/Nargo.toml +++ b/tooling/nargo_cli/tests/execution_success/slice_dynamic_index/Nargo.toml @@ -1,6 +1,6 @@ [package] name = "slice_dynamic_index" type = "bin" -authors = [""]10.3" +authors = [""] [dependencies] \ No newline at end of file