11[package ]
22name = " fe-driver"
3- version = " 0.25 .0"
3+ version = " 0.26 .0"
44authors = [
" The Fe Developers <[email protected] >" ]
55edition = " 2021"
66license = " GPL-3.0-or-later"
@@ -12,14 +12,14 @@ solc-backend = ["fe-yulc"]
1212
1313[dependencies ]
1414serde_json = " 1.0"
15- fe-abi = {path = " ../abi" , version = " ^0.25 .0" }
16- fe-analyzer = {path = " ../analyzer" , version = " ^0.25 .0" }
17- fe-common = {path = " ../common" , version = " ^0.25 .0" }
18- fe-mir = {path = " ../mir" , version = " ^0.25 .0" }
19- fe-codegen = {path = " ../codegen" , version = " ^0.25 .0" }
20- fe-parser = {path = " ../parser" , version = " ^0.25 .0" }
21- fe-yulc = {path = " ../yulc" , version = " ^0.25 .0" , features = [" solc-backend" ], optional = true }
22- fe-test-runner = {path = " ../test-runner" , version = " ^0.25 .0" }
15+ fe-abi = {path = " ../abi" , version = " ^0.26 .0" }
16+ fe-analyzer = {path = " ../analyzer" , version = " ^0.26 .0" }
17+ fe-common = {path = " ../common" , version = " ^0.26 .0" }
18+ fe-mir = {path = " ../mir" , version = " ^0.26 .0" }
19+ fe-codegen = {path = " ../codegen" , version = " ^0.26 .0" }
20+ fe-parser = {path = " ../parser" , version = " ^0.26 .0" }
21+ fe-yulc = {path = " ../yulc" , version = " ^0.26 .0" , features = [" solc-backend" ], optional = true }
22+ fe-test-runner = {path = " ../test-runner" , version = " ^0.26 .0" }
2323indexmap = " 1.6.2"
2424vfs = " 0.5.1"
2525smol_str = " 0.1.21"
0 commit comments