2
2
authors = [
" The Fe Developers <[email protected] >" ]
3
3
edition = " 2021"
4
4
name = " fe-compiler-tests-legacy"
5
- version = " 0.25 .0"
5
+ version = " 0.26 .0"
6
6
license = " GPL-3.0-or-later"
7
7
repository = " https://github.com/ethereum/fe"
8
8
@@ -12,12 +12,12 @@ repository = "https://github.com/ethereum/fe"
12
12
ethabi = { default-features = false , version = " 18.0" }
13
13
evm = { default-features = false , version = " 0.37" }
14
14
evm-runtime = { default-features = false , version = " 0.37" }
15
- fe-analyzer = {path = " ../analyzer" , version = " ^0.25 .0" }
16
- fe-common = {path = " ../common" , version = " ^0.25 .0" }
15
+ fe-analyzer = {path = " ../analyzer" , version = " ^0.26 .0" }
16
+ fe-common = {path = " ../common" , version = " ^0.26 .0" }
17
17
fe-compiler-test-utils = {path = " ../test-utils" }
18
- fe-parser = {path = " ../parser" , version = " ^0.25 .0" }
19
- fe-yulc = {path = " ../yulc" , version = " ^0.25 .0" }
20
- fe-driver = {path = " ../driver" , version = " ^0.25 .0" }
18
+ fe-parser = {path = " ../parser" , version = " ^0.26 .0" }
19
+ fe-yulc = {path = " ../yulc" , version = " ^0.26 .0" }
20
+ fe-driver = {path = " ../driver" , version = " ^0.26 .0" }
21
21
test-files = {path = " ../test-files" , package = " fe-test-files" }
22
22
hex = " 0.4"
23
23
primitive-types = {version = " 0.12" , default-features = false , features = [" rlp" ]}
0 commit comments