From 82ecdc30018ba7aa2e3a0beb94a7ad30485d9186 Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Thu, 24 Feb 2022 00:04:33 +1100 Subject: [PATCH] Update test to pin via git tag rather than version field Addresses #829. Also allows for putting off #831 while we discuss #830. --- test/src/e2e_vm_tests/test_programs/address_test/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/aliased_imports/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/array_basics/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/assert_test/Forc.toml | 4 ++-- .../test_programs/auth_testing_contract/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/b256_bad_jumps/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/b256_ops/Forc.toml | 4 ++-- .../test_programs/b512_struct_alignment/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/b512_test/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/bal_opcode/Forc.toml | 4 ++-- .../test_programs/balance_test_contract/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/basic_func_decl/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/basic_storage/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/block_height/Forc.toml | 4 ++-- .../test_programs/call_increment_contract/Forc.toml | 4 ++-- .../src/e2e_vm_tests/test_programs/caller_auth_test/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/caller_context_test/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/const_decl/Forc.toml | 4 ++-- .../test_programs/const_decl_in_library/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/context_testing_abi/Forc.toml | 2 +- .../test_programs/context_testing_contract/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/contract_abi_impl/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/contract_call/Forc.toml | 4 ++-- .../src/e2e_vm_tests/test_programs/contract_id_test/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/dependencies/Forc.toml | 4 ++-- .../test_programs/dependencies_parsing_error/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/ec_recover_test/Forc.toml | 4 ++-- .../test_programs/empty_method_initializer/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/enum_in_fn_decl/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/eq_4_test/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/excess_fn_arguments/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/fix_opcode_bug/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/generic_enum/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/if_elseif_enum/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/increment_contract/Forc.toml | 4 ++-- .../test_programs/infinite_dependencies/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/local_impl_for_ord/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/match_expressions/Forc.toml | 4 ++-- .../test_programs/match_expressions_enums/Forc.toml | 4 ++-- .../test_programs/match_expressions_structs/Forc.toml | 4 ++-- .../test_programs/match_expressions_wrong_struct/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/missing_fn_arguments/Forc.toml | 4 ++-- .../src/e2e_vm_tests/test_programs/modulo_uint_test/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/multi_item_import/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/neq_4_test/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/op_precedence/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/out_of_order_decl/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/struct_field_access/Forc.toml | 4 ++-- .../test_programs/struct_field_reassignment/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/supertraits_1/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/supertraits_2/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/test_fuel_coin_abi/Forc.toml | 2 +- .../test_programs/test_fuel_coin_contract/Forc.toml | 2 +- test/src/e2e_vm_tests/test_programs/token_ops_test/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/trait_override_bug/Forc.toml | 2 +- .../src/e2e_vm_tests/test_programs/tuple_desugaring/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/tuple_types/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/unary_not_basic/Forc.toml | 4 ++-- .../e2e_vm_tests/test_programs/unary_not_basic_2/Forc.toml | 4 ++-- test/src/e2e_vm_tests/test_programs/xos_opcode/Forc.toml | 4 ++-- 60 files changed, 116 insertions(+), 116 deletions(-) diff --git a/test/src/e2e_vm_tests/test_programs/address_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/address_test/Forc.toml index 6f97960d7a3..c242c9ad20e 100644 --- a/test/src/e2e_vm_tests/test_programs/address_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/address_test/Forc.toml @@ -5,5 +5,5 @@ license = "Apache-2.0" name = "address_test" [dependencies] -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.1.0" } -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.2" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.1.0" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.2" } diff --git a/test/src/e2e_vm_tests/test_programs/aliased_imports/Forc.toml b/test/src/e2e_vm_tests/test_programs/aliased_imports/Forc.toml index 4e142d21097..78a18e1bb0a 100644 --- a/test/src/e2e_vm_tests/test_programs/aliased_imports/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/aliased_imports/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/array_basics/Forc.toml b/test/src/e2e_vm_tests/test_programs/array_basics/Forc.toml index 2c1712c229c..a8bb491bd3b 100644 --- a/test/src/e2e_vm_tests/test_programs/array_basics/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/array_basics/Forc.toml @@ -5,5 +5,5 @@ name = "array_basics" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/assert_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/assert_test/Forc.toml index b82a936b7cc..b5583dde287 100644 --- a/test/src/e2e_vm_tests/test_programs/assert_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/assert_test/Forc.toml @@ -5,5 +5,5 @@ name = "assert_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/auth_testing_contract/Forc.toml b/test/src/e2e_vm_tests/test_programs/auth_testing_contract/Forc.toml index 0ef6fed09e3..67ed7e7a602 100644 --- a/test/src/e2e_vm_tests/test_programs/auth_testing_contract/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/auth_testing_contract/Forc.toml @@ -5,6 +5,6 @@ name = "auth_testing_contract" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } auth_testing_abi = { path = "../auth_testing_abi" } diff --git a/test/src/e2e_vm_tests/test_programs/b256_bad_jumps/Forc.toml b/test/src/e2e_vm_tests/test_programs/b256_bad_jumps/Forc.toml index da32f6995d6..2683da66fa2 100644 --- a/test/src/e2e_vm_tests/test_programs/b256_bad_jumps/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/b256_bad_jumps/Forc.toml @@ -5,5 +5,5 @@ name = "b256_bad_jumps" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/b256_ops/Forc.toml b/test/src/e2e_vm_tests/test_programs/b256_ops/Forc.toml index 94c99257d09..c023df18c74 100644 --- a/test/src/e2e_vm_tests/test_programs/b256_ops/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/b256_ops/Forc.toml @@ -5,5 +5,5 @@ name = "b256_ops" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/b512_struct_alignment/Forc.toml b/test/src/e2e_vm_tests/test_programs/b512_struct_alignment/Forc.toml index 9361b9bc5e5..74a2cfeb481 100644 --- a/test/src/e2e_vm_tests/test_programs/b512_struct_alignment/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/b512_struct_alignment/Forc.toml @@ -5,6 +5,6 @@ name = "b512_panic_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/b512_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/b512_test/Forc.toml index 108ad0c4756..d582287aaff 100644 --- a/test/src/e2e_vm_tests/test_programs/b512_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/b512_test/Forc.toml @@ -5,5 +5,5 @@ name = "b512_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/bal_opcode/Forc.toml b/test/src/e2e_vm_tests/test_programs/bal_opcode/Forc.toml index 38b2de25cea..b5600439348 100644 --- a/test/src/e2e_vm_tests/test_programs/bal_opcode/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/bal_opcode/Forc.toml @@ -5,6 +5,6 @@ name = "bal_opcode" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } balance_test_abi = { path = "../balance_test_abi"} diff --git a/test/src/e2e_vm_tests/test_programs/balance_test_contract/Forc.toml b/test/src/e2e_vm_tests/test_programs/balance_test_contract/Forc.toml index a72d235c692..d0fb0ac9e69 100644 --- a/test/src/e2e_vm_tests/test_programs/balance_test_contract/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/balance_test_contract/Forc.toml @@ -5,5 +5,5 @@ name = "balance_test_contract" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -balance_test_abi = { path = "../balance_test_abi"} \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +balance_test_abi = { path = "../balance_test_abi"} diff --git a/test/src/e2e_vm_tests/test_programs/basic_func_decl/Forc.toml b/test/src/e2e_vm_tests/test_programs/basic_func_decl/Forc.toml index 18d39cca506..8d629405df7 100644 --- a/test/src/e2e_vm_tests/test_programs/basic_func_decl/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/basic_func_decl/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/basic_storage/Forc.toml b/test/src/e2e_vm_tests/test_programs/basic_storage/Forc.toml index 126278159a0..9eebca9a16b 100644 --- a/test/src/e2e_vm_tests/test_programs/basic_storage/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/basic_storage/Forc.toml @@ -5,6 +5,6 @@ name = "basic_storage" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } basic_storage_abi = { path = "../basic_storage_abi" } diff --git a/test/src/e2e_vm_tests/test_programs/block_height/Forc.toml b/test/src/e2e_vm_tests/test_programs/block_height/Forc.toml index 622330b6a0d..8e20cc6eb3c 100644 --- a/test/src/e2e_vm_tests/test_programs/block_height/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/block_height/Forc.toml @@ -5,5 +5,5 @@ name = "block_height" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/call_increment_contract/Forc.toml b/test/src/e2e_vm_tests/test_programs/call_increment_contract/Forc.toml index 8d431deb87d..9e2cd2e9a29 100644 --- a/test/src/e2e_vm_tests/test_programs/call_increment_contract/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/call_increment_contract/Forc.toml @@ -5,6 +5,6 @@ name = "call_increment_contract" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } increment_abi = { path = "../increment_abi" } diff --git a/test/src/e2e_vm_tests/test_programs/caller_auth_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/caller_auth_test/Forc.toml index d8c0b885a3b..b394b29b82b 100644 --- a/test/src/e2e_vm_tests/test_programs/caller_auth_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/caller_auth_test/Forc.toml @@ -5,6 +5,6 @@ name = "caller_auth_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } auth_testing_abi = { path = "../auth_testing_abi" } diff --git a/test/src/e2e_vm_tests/test_programs/caller_context_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/caller_context_test/Forc.toml index f12b5e5db8c..ce507ee60c3 100644 --- a/test/src/e2e_vm_tests/test_programs/caller_context_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/caller_context_test/Forc.toml @@ -5,6 +5,6 @@ name = "caller_context_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } context_testing_abi = { path = "../context_testing_abi" } diff --git a/test/src/e2e_vm_tests/test_programs/const_decl/Forc.toml b/test/src/e2e_vm_tests/test_programs/const_decl/Forc.toml index f2823a6654d..30d57944d30 100644 --- a/test/src/e2e_vm_tests/test_programs/const_decl/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/const_decl/Forc.toml @@ -5,5 +5,5 @@ name = "const_decl" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/const_decl_in_library/Forc.toml b/test/src/e2e_vm_tests/test_programs/const_decl_in_library/Forc.toml index 993681804c0..fd8c7c3b2aa 100644 --- a/test/src/e2e_vm_tests/test_programs/const_decl_in_library/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/const_decl_in_library/Forc.toml @@ -5,5 +5,5 @@ name = "const_decl_in_library" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/context_testing_abi/Forc.toml b/test/src/e2e_vm_tests/test_programs/context_testing_abi/Forc.toml index 597b1a0b799..9263fe1de9f 100644 --- a/test/src/e2e_vm_tests/test_programs/context_testing_abi/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/context_testing_abi/Forc.toml @@ -5,4 +5,4 @@ name = "context_testing_abi" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/context_testing_contract/Forc.toml b/test/src/e2e_vm_tests/test_programs/context_testing_contract/Forc.toml index 5e8f320fdef..2adcde1923d 100644 --- a/test/src/e2e_vm_tests/test_programs/context_testing_contract/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/context_testing_contract/Forc.toml @@ -5,5 +5,5 @@ name = "context_testing_contract" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -context_testing_abi = { path = "../context_testing_abi"} \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +context_testing_abi = { path = "../context_testing_abi"} diff --git a/test/src/e2e_vm_tests/test_programs/contract_abi_impl/Forc.toml b/test/src/e2e_vm_tests/test_programs/contract_abi_impl/Forc.toml index 168566af946..480d37c9617 100644 --- a/test/src/e2e_vm_tests/test_programs/contract_abi_impl/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/contract_abi_impl/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/contract_call/Forc.toml b/test/src/e2e_vm_tests/test_programs/contract_call/Forc.toml index d7daa40dc11..16a3c9bc820 100644 --- a/test/src/e2e_vm_tests/test_programs/contract_call/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/contract_call/Forc.toml @@ -6,5 +6,5 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/contract_id_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/contract_id_test/Forc.toml index 7bee45eb545..f91c887731c 100644 --- a/test/src/e2e_vm_tests/test_programs/contract_id_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/contract_id_test/Forc.toml @@ -5,5 +5,5 @@ name = "contract_id_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/dependencies/Forc.toml b/test/src/e2e_vm_tests/test_programs/dependencies/Forc.toml index f5a5af6915a..cfc86f1cf0d 100644 --- a/test/src/e2e_vm_tests/test_programs/dependencies/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/dependencies/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/dependencies_parsing_error/Forc.toml b/test/src/e2e_vm_tests/test_programs/dependencies_parsing_error/Forc.toml index 52006419ecf..cbef0ff4908 100644 --- a/test/src/e2e_vm_tests/test_programs/dependencies_parsing_error/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/dependencies_parsing_error/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/ec_recover_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/ec_recover_test/Forc.toml index 08687b7f299..235702ed2d1 100644 --- a/test/src/e2e_vm_tests/test_programs/ec_recover_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/ec_recover_test/Forc.toml @@ -5,5 +5,5 @@ name = "ec_recover_test" entry = "main.sw" [dependencies] -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.1.0" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.1.0" } diff --git a/test/src/e2e_vm_tests/test_programs/empty_method_initializer/Forc.toml b/test/src/e2e_vm_tests/test_programs/empty_method_initializer/Forc.toml index 586ac400780..c33ffed8c53 100644 --- a/test/src/e2e_vm_tests/test_programs/empty_method_initializer/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/empty_method_initializer/Forc.toml @@ -5,5 +5,5 @@ name = "empty_method_initializer" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/enum_in_fn_decl/Forc.toml b/test/src/e2e_vm_tests/test_programs/enum_in_fn_decl/Forc.toml index 3b82cd29768..f70f4fcb38a 100644 --- a/test/src/e2e_vm_tests/test_programs/enum_in_fn_decl/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/enum_in_fn_decl/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/eq_4_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/eq_4_test/Forc.toml index 50f21e6d4d7..73e61d4971d 100644 --- a/test/src/e2e_vm_tests/test_programs/eq_4_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/eq_4_test/Forc.toml @@ -5,5 +5,5 @@ name = "eq_4_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/excess_fn_arguments/Forc.toml b/test/src/e2e_vm_tests/test_programs/excess_fn_arguments/Forc.toml index 964de1acd23..e5a5d00324f 100644 --- a/test/src/e2e_vm_tests/test_programs/excess_fn_arguments/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/excess_fn_arguments/Forc.toml @@ -5,5 +5,5 @@ name = "excess_fn_arguments" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/fix_opcode_bug/Forc.toml b/test/src/e2e_vm_tests/test_programs/fix_opcode_bug/Forc.toml index e945571d27a..09faa0e35f6 100644 --- a/test/src/e2e_vm_tests/test_programs/fix_opcode_bug/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/fix_opcode_bug/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/generic_enum/Forc.toml b/test/src/e2e_vm_tests/test_programs/generic_enum/Forc.toml index cabe9b4cc35..77bb91afe5c 100644 --- a/test/src/e2e_vm_tests/test_programs/generic_enum/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/generic_enum/Forc.toml @@ -5,5 +5,5 @@ name = "generic_enum" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/if_elseif_enum/Forc.toml b/test/src/e2e_vm_tests/test_programs/if_elseif_enum/Forc.toml index 1da6bdc536e..0ef810538c6 100644 --- a/test/src/e2e_vm_tests/test_programs/if_elseif_enum/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/if_elseif_enum/Forc.toml @@ -6,5 +6,5 @@ name = "if_elseif_enum" [dependencies] -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/increment_contract/Forc.toml b/test/src/e2e_vm_tests/test_programs/increment_contract/Forc.toml index c49b80e560c..e3b40ec55c2 100644 --- a/test/src/e2e_vm_tests/test_programs/increment_contract/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/increment_contract/Forc.toml @@ -6,5 +6,5 @@ entry = "main.sw" [dependencies] increment_abi = { path = "../increment_abi" } -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/infinite_dependencies/Forc.toml b/test/src/e2e_vm_tests/test_programs/infinite_dependencies/Forc.toml index 8d94434c179..398f5554f00 100644 --- a/test/src/e2e_vm_tests/test_programs/infinite_dependencies/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/infinite_dependencies/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/local_impl_for_ord/Forc.toml b/test/src/e2e_vm_tests/test_programs/local_impl_for_ord/Forc.toml index 314a1347f55..ea84bb47613 100644 --- a/test/src/e2e_vm_tests/test_programs/local_impl_for_ord/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/local_impl_for_ord/Forc.toml @@ -5,5 +5,5 @@ name = "local_impl_for_ord" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/match_expressions/Forc.toml b/test/src/e2e_vm_tests/test_programs/match_expressions/Forc.toml index 561281378b4..c9778147fca 100644 --- a/test/src/e2e_vm_tests/test_programs/match_expressions/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/match_expressions/Forc.toml @@ -5,5 +5,5 @@ name = "match_expressions" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/match_expressions_enums/Forc.toml b/test/src/e2e_vm_tests/test_programs/match_expressions_enums/Forc.toml index 2f3c3b8de5d..298c98bdac5 100644 --- a/test/src/e2e_vm_tests/test_programs/match_expressions_enums/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/match_expressions_enums/Forc.toml @@ -5,5 +5,5 @@ name = "match_expressions_enums" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/match_expressions_structs/Forc.toml b/test/src/e2e_vm_tests/test_programs/match_expressions_structs/Forc.toml index 2e9ffcf7f1f..f000b97e81d 100644 --- a/test/src/e2e_vm_tests/test_programs/match_expressions_structs/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/match_expressions_structs/Forc.toml @@ -5,5 +5,5 @@ name = "match_expressions_structs" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/match_expressions_wrong_struct/Forc.toml b/test/src/e2e_vm_tests/test_programs/match_expressions_wrong_struct/Forc.toml index 0e8c30283fc..485d452a61f 100644 --- a/test/src/e2e_vm_tests/test_programs/match_expressions_wrong_struct/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/match_expressions_wrong_struct/Forc.toml @@ -5,5 +5,5 @@ name = "match_expressions_wrong_struct" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/missing_fn_arguments/Forc.toml b/test/src/e2e_vm_tests/test_programs/missing_fn_arguments/Forc.toml index 2123bddc682..c1447f9ee44 100644 --- a/test/src/e2e_vm_tests/test_programs/missing_fn_arguments/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/missing_fn_arguments/Forc.toml @@ -5,5 +5,5 @@ name = "missing_fn_arguments" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/modulo_uint_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/modulo_uint_test/Forc.toml index f16f294a520..cac5043fbc1 100644 --- a/test/src/e2e_vm_tests/test_programs/modulo_uint_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/modulo_uint_test/Forc.toml @@ -5,5 +5,5 @@ name = "modulo_uint_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/multi_item_import/Forc.toml b/test/src/e2e_vm_tests/test_programs/multi_item_import/Forc.toml index 00f501fa9d7..951caa552c9 100644 --- a/test/src/e2e_vm_tests/test_programs/multi_item_import/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/multi_item_import/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/neq_4_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/neq_4_test/Forc.toml index c66da0bd5f5..1775e1c66cc 100644 --- a/test/src/e2e_vm_tests/test_programs/neq_4_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/neq_4_test/Forc.toml @@ -5,5 +5,5 @@ name = "neq_4_test" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/op_precedence/Forc.toml b/test/src/e2e_vm_tests/test_programs/op_precedence/Forc.toml index 3f413eea5ea..c686f1b79ee 100644 --- a/test/src/e2e_vm_tests/test_programs/op_precedence/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/op_precedence/Forc.toml @@ -5,5 +5,5 @@ name = "unary_not_basic" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/out_of_order_decl/Forc.toml b/test/src/e2e_vm_tests/test_programs/out_of_order_decl/Forc.toml index 4e872a01fa7..dde9bcfd639 100644 --- a/test/src/e2e_vm_tests/test_programs/out_of_order_decl/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/out_of_order_decl/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/struct_field_access/Forc.toml b/test/src/e2e_vm_tests/test_programs/struct_field_access/Forc.toml index bd658f2760c..1598035c145 100644 --- a/test/src/e2e_vm_tests/test_programs/struct_field_access/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/struct_field_access/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/struct_field_reassignment/Forc.toml b/test/src/e2e_vm_tests/test_programs/struct_field_reassignment/Forc.toml index c9218bba462..59082c140ed 100644 --- a/test/src/e2e_vm_tests/test_programs/struct_field_reassignment/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/struct_field_reassignment/Forc.toml @@ -6,7 +6,7 @@ entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/supertraits_1/Forc.toml b/test/src/e2e_vm_tests/test_programs/supertraits_1/Forc.toml index e6dbcfc4836..ede9499fcdd 100644 --- a/test/src/e2e_vm_tests/test_programs/supertraits_1/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/supertraits_1/Forc.toml @@ -5,5 +5,5 @@ license = "Apache-2.0" name = "supertraits_1" [dependencies] -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/supertraits_2/Forc.toml b/test/src/e2e_vm_tests/test_programs/supertraits_2/Forc.toml index c55d84a1d8e..39b4ddcb006 100644 --- a/test/src/e2e_vm_tests/test_programs/supertraits_2/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/supertraits_2/Forc.toml @@ -5,5 +5,5 @@ license = "Apache-2.0" name = "supertraits_2" [dependencies] -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/test_fuel_coin_abi/Forc.toml b/test/src/e2e_vm_tests/test_programs/test_fuel_coin_abi/Forc.toml index d35042f4fa7..7e44c302ca6 100644 --- a/test/src/e2e_vm_tests/test_programs/test_fuel_coin_abi/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/test_fuel_coin_abi/Forc.toml @@ -5,4 +5,4 @@ license = "Apache-2.0" name = "test_fuel_coin_abi" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.2" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.2" } diff --git a/test/src/e2e_vm_tests/test_programs/test_fuel_coin_contract/Forc.toml b/test/src/e2e_vm_tests/test_programs/test_fuel_coin_contract/Forc.toml index 4d69afe3ea2..df044aa2053 100644 --- a/test/src/e2e_vm_tests/test_programs/test_fuel_coin_contract/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/test_fuel_coin_contract/Forc.toml @@ -5,5 +5,5 @@ license = "Apache-2.0" name = "test_fuel_coin_contract" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.2" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.2" } test_fuel_coin_abi = { path = "../test_fuel_coin_abi" } diff --git a/test/src/e2e_vm_tests/test_programs/token_ops_test/Forc.toml b/test/src/e2e_vm_tests/test_programs/token_ops_test/Forc.toml index 04bcdeeddbf..ceff97e9fe9 100644 --- a/test/src/e2e_vm_tests/test_programs/token_ops_test/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/token_ops_test/Forc.toml @@ -5,7 +5,7 @@ license = "Apache-2.0" name = "token_ops_test" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.2" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.1.0" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.2" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.1.0" } test_fuel_coin_abi = { path = "../test_fuel_coin_abi" } diff --git a/test/src/e2e_vm_tests/test_programs/trait_override_bug/Forc.toml b/test/src/e2e_vm_tests/test_programs/trait_override_bug/Forc.toml index 879b499a08f..2fcfd44b63a 100644 --- a/test/src/e2e_vm_tests/test_programs/trait_override_bug/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/trait_override_bug/Forc.toml @@ -6,4 +6,4 @@ license = "Apache-2.0" [dependencies] std = { git = "http://github.com/FuelLabs/sway-lib-std" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/tuple_desugaring/Forc.toml b/test/src/e2e_vm_tests/test_programs/tuple_desugaring/Forc.toml index 40bcc2d30c3..0526916c15a 100644 --- a/test/src/e2e_vm_tests/test_programs/tuple_desugaring/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/tuple_desugaring/Forc.toml @@ -5,6 +5,6 @@ name = "tuple_desugaring" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/tuple_types/Forc.toml b/test/src/e2e_vm_tests/test_programs/tuple_types/Forc.toml index 13365342266..ab144473652 100644 --- a/test/src/e2e_vm_tests/test_programs/tuple_types/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/tuple_types/Forc.toml @@ -5,6 +5,6 @@ name = "tuple_types" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/unary_not_basic/Forc.toml b/test/src/e2e_vm_tests/test_programs/unary_not_basic/Forc.toml index 3f413eea5ea..c686f1b79ee 100644 --- a/test/src/e2e_vm_tests/test_programs/unary_not_basic/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/unary_not_basic/Forc.toml @@ -5,5 +5,5 @@ name = "unary_not_basic" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/unary_not_basic_2/Forc.toml b/test/src/e2e_vm_tests/test_programs/unary_not_basic_2/Forc.toml index 1fa5707875d..5d0d731c8f2 100644 --- a/test/src/e2e_vm_tests/test_programs/unary_not_basic_2/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/unary_not_basic_2/Forc.toml @@ -5,5 +5,5 @@ name = "unary_not_basic_2" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" } diff --git a/test/src/e2e_vm_tests/test_programs/xos_opcode/Forc.toml b/test/src/e2e_vm_tests/test_programs/xos_opcode/Forc.toml index 726a3778888..3c8d3b20e1e 100644 --- a/test/src/e2e_vm_tests/test_programs/xos_opcode/Forc.toml +++ b/test/src/e2e_vm_tests/test_programs/xos_opcode/Forc.toml @@ -5,5 +5,5 @@ name = "xos_opcode" entry = "main.sw" [dependencies] -std = { git = "http://github.com/FuelLabs/sway-lib-std", version = "v0.0.1" } -core = { git = "http://github.com/FuelLabs/sway-lib-core", version = "v0.0.1" } \ No newline at end of file +std = { git = "http://github.com/FuelLabs/sway-lib-std", tag = "v0.0.1" } +core = { git = "http://github.com/FuelLabs/sway-lib-core", tag = "v0.0.1" }