From b92ffb9b722216c20344ded5d07b15f18502b7eb Mon Sep 17 00:00:00 2001 From: Christoph Burgdorf Date: Thu, 26 May 2022 13:03:54 +0200 Subject: [PATCH] Cutting new release --- Cargo.lock | 26 +++++++++---------- crates/abi/Cargo.toml | 4 +-- crates/analyzer/Cargo.toml | 8 +++--- .../errors__invalid_compiler_version.snap | 4 +-- crates/codegen/Cargo.toml | 12 ++++----- crates/common/Cargo.toml | 4 +-- crates/driver/Cargo.toml | 16 ++++++------ crates/fe/Cargo.toml | 8 +++--- crates/library/Cargo.toml | 2 +- crates/mir/Cargo.toml | 8 +++--- crates/parser/Cargo.toml | 6 ++--- crates/test-files/Cargo.toml | 2 +- crates/test-utils/Cargo.toml | 10 +++---- crates/tests/Cargo.toml | 12 ++++----- crates/yulc/Cargo.toml | 2 +- 15 files changed, 62 insertions(+), 62 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53ef9611bc..31ac15849d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "fe" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "clap", "fe-common", @@ -556,7 +556,7 @@ dependencies = [ [[package]] name = "fe-abi" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "fe-common", "serde", @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "fe-analyzer" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "criterion", "fe-common", @@ -593,7 +593,7 @@ dependencies = [ [[package]] name = "fe-codegen" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "fe-abi", "fe-analyzer", @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "fe-common" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "camino", "codespan-reporting", @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "fe-compiler-test-utils" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "ethabi", "evm", @@ -649,7 +649,7 @@ dependencies = [ [[package]] name = "fe-compiler-tests" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "ethabi", "evm", @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "fe-driver" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "fe-abi", "fe-analyzer", @@ -692,14 +692,14 @@ dependencies = [ [[package]] name = "fe-library" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "include_dir", ] [[package]] name = "fe-mir" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "dot2", "fe-analyzer", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "fe-parser" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "criterion", "fe-common", @@ -738,7 +738,7 @@ dependencies = [ [[package]] name = "fe-test-files" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "fe-library", "include_dir", @@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "fe-yulc" -version = "0.16.0-alpha" +version = "0.17.0-alpha" dependencies = [ "indexmap", "serde_json", diff --git a/crates/abi/Cargo.toml b/crates/abi/Cargo.toml index 9e1454c108..170b4a8135 100644 --- a/crates/abi/Cargo.toml +++ b/crates/abi/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "fe-abi" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "Apache-2.0" repository = "https://github.com/ethereum/fe" [dependencies] -fe-common = { path = "../common", version = "^0.16.0-alpha" } +fe-common = { path = "../common", version = "^0.17.0-alpha"} serde = { version = "1.0", features = ["derive"] } [dev-dependencies] diff --git a/crates/analyzer/Cargo.toml b/crates/analyzer/Cargo.toml index a96a0b9b3f..8ab19f150d 100644 --- a/crates/analyzer/Cargo.toml +++ b/crates/analyzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-analyzer" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "Apache-2.0" @@ -8,9 +8,9 @@ repository = "https://github.com/ethereum/fe" [dependencies] -fe-common = {path = "../common", version = "^0.16.0-alpha"} -fe-parser = {path = "../parser", version = "^0.16.0-alpha"} -fe-library = {path = "../library", version = "^0.16.0-alpha"} +fe-common = {path = "../common", version = "^0.17.0-alpha"} +fe-parser = {path = "../parser", version = "^0.17.0-alpha"} +fe-library = {path = "../library", version = "^0.17.0-alpha"} hex = "0.4" num-bigint = "0.4.3" num-traits = "0.2.14" diff --git a/crates/analyzer/tests/snapshots/errors__invalid_compiler_version.snap b/crates/analyzer/tests/snapshots/errors__invalid_compiler_version.snap index 232e1dbfbb..30bbf5dd6c 100644 --- a/crates/analyzer/tests/snapshots/errors__invalid_compiler_version.snap +++ b/crates/analyzer/tests/snapshots/errors__invalid_compiler_version.snap @@ -3,12 +3,12 @@ source: crates/analyzer/tests/errors.rs expression: "error_string(&path, test_files::fixture(path))" --- -error: The current compiler version 0.16.0-alpha doesn't match the specified requirement +error: The current compiler version 0.17.0-alpha doesn't match the specified requirement ┌─ compile_errors/invalid_compiler_version.fe:1:8 │ 1 │ pragma <=0.1.0 │ ^^^^^^^ The specified version requirement │ - = Note: Use `pragma 0.16.0-alpha` to make the code compile + = Note: Use `pragma 0.17.0-alpha` to make the code compile diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index 19f33e6da3..0506e9b35f 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -1,16 +1,16 @@ [package] name = "fe-codegen" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" [dependencies] -fe-analyzer = { path = "../analyzer", version = "^0.16.0-alpha"} -fe-mir = { path = "../mir", version = "^0.16.0-alpha" } -fe-common = { path = "../common", version = "^0.16.0-alpha" } -fe-abi = { path = "../abi", version = "^0.16.0-alpha" } +fe-analyzer = { path = "../analyzer", version = "^0.17.0-alpha"} +fe-mir = { path = "../mir", version = "^0.17.0-alpha"} +fe-common = { path = "../common", version = "^0.17.0-alpha"} +fe-abi = { path = "../abi", version = "^0.17.0-alpha"} salsa = "0.16.1" num-bigint = "0.4.3" fxhash = "0.2.1" smol_str = "0.1.21" -yultsur = { git = "https://github.com/g-r-a-n-t/yultsur", rev = "ae85470" } \ No newline at end of file +yultsur = { git = "https://github.com/g-r-a-n-t/yultsur", rev = "ae85470" } diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index fb8a690db9..64fb8d16cb 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "fe-common" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "Apache-2.0" repository = "https://github.com/ethereum/fe" [dependencies] -fe-library = {path = "../library", version = "^0.16.0-alpha"} +fe-library = {path = "../library", version = "^0.17.0-alpha"} tiny-keccak = { version = "2.0", features = ["keccak"] } hex = "0.4" codespan-reporting = "0.11.1" diff --git a/crates/driver/Cargo.toml b/crates/driver/Cargo.toml index baba9c516d..ff33b6c6e3 100644 --- a/crates/driver/Cargo.toml +++ b/crates/driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-driver" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "GPL-3.0-or-later" @@ -12,13 +12,13 @@ solc-backend = ["fe-yulc"] [dependencies] serde_json = "1.0" -fe-abi = {path = "../abi", version = "^0.16.0-alpha"} -fe-analyzer = {path = "../analyzer", version = "^0.16.0-alpha"} -fe-common = {path = "../common", version = "^0.16.0-alpha"} -fe-mir = {path = "../mir", version = "^0.16.0-alpha"} -fe-codegen = {path = "../codegen", version = "^0.16.0-alpha"} -fe-parser = {path = "../parser", version = "^0.16.0-alpha"} -fe-yulc = {path = "../yulc", version = "^0.16.0-alpha", features = ["solc-backend"], optional = true} +fe-abi = {path = "../abi", version = "^0.17.0-alpha"} +fe-analyzer = {path = "../analyzer", version = "^0.17.0-alpha"} +fe-common = {path = "../common", version = "^0.17.0-alpha"} +fe-mir = {path = "../mir", version = "^0.17.0-alpha"} +fe-codegen = {path = "../codegen", version = "^0.17.0-alpha"} +fe-parser = {path = "../parser", version = "^0.17.0-alpha"} +fe-yulc = {path = "../yulc", version = "^0.17.0-alpha", features = ["solc-backend"], optional = true} indexmap = "1.6.2" vfs = "0.5.1" smol_str = "0.1.21" diff --git a/crates/fe/Cargo.toml b/crates/fe/Cargo.toml index 388c8303d6..77baf3ce94 100644 --- a/crates/fe/Cargo.toml +++ b/crates/fe/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later" name = "fe" readme = "README.md" repository = "https://github.com/ethereum/fe" -version = "0.16.0-alpha" +version = "0.17.0-alpha" [features] solc-backend = ["fe-driver/solc-backend"] @@ -18,6 +18,6 @@ clap = "2.33.3" walkdir = "2" indexmap = "1.6.2" -fe-common = {path = "../common", version = "^0.16.0-alpha"} -fe-driver = {path = "../driver", version = "^0.16.0-alpha"} -fe-parser = {path = "../parser", version = "^0.16.0-alpha"} +fe-common = {path = "../common", version = "^0.17.0-alpha"} +fe-driver = {path = "../driver", version = "^0.17.0-alpha"} +fe-parser = {path = "../parser", version = "^0.17.0-alpha"} diff --git a/crates/library/Cargo.toml b/crates/library/Cargo.toml index 4f5b4c59df..49b5d0ccdb 100644 --- a/crates/library/Cargo.toml +++ b/crates/library/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-library" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "Apache-2.0" diff --git a/crates/mir/Cargo.toml b/crates/mir/Cargo.toml index 2a84f83b3d..739ccf5e8f 100644 --- a/crates/mir/Cargo.toml +++ b/crates/mir/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "fe-mir" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "Apache-2.0" repository = "https://github.com/ethereum/fe" [dependencies] -fe-common = { path = "../common", version = "^0.16.0-alpha"} -fe-parser = { path = "../parser", version = "^0.16.0-alpha"} -fe-analyzer = { path = "../analyzer", version = "^0.16.0-alpha"} +fe-common = { path = "../common", version = "^0.17.0-alpha"} +fe-parser = { path = "../parser", version = "^0.17.0-alpha"} +fe-analyzer = { path = "../analyzer", version = "^0.17.0-alpha"} salsa = "0.16.1" smol_str = "0.1.21" num-bigint = "0.4.3" diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml index ee0f0c0697..4cae3e85ea 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-parser" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "Apache-2.0" @@ -11,7 +11,7 @@ description = "Parser lib for Fe." crate-type = ["cdylib", "rlib"] [dependencies] -fe-common = {path = "../common", version = "^0.16.0-alpha"} +fe-common = {path = "../common", version = "^0.17.0-alpha"} logos = { version = "0.12.0", default-features = false, features = ["export_derive"] } serde = { version = "1", features = ["derive"] } unescape = "0.1.0" @@ -25,7 +25,7 @@ smol_str = "0.1.21" wasm-bindgen = "0.2" [dev-dependencies] -fe-test-files = {path = "../test-files", version = "^0.16.0-alpha"} +fe-test-files = {path = "../test-files", version = "^0.17.0-alpha"} insta = "1.7.1" wasm-bindgen-test = "0.3" pretty_assertions = "1.0.0" diff --git a/crates/test-files/Cargo.toml b/crates/test-files/Cargo.toml index 854cb5faea..cfc931baf0 100644 --- a/crates/test-files/Cargo.toml +++ b/crates/test-files/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-test-files" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "Apache-2.0" diff --git a/crates/test-utils/Cargo.toml b/crates/test-utils/Cargo.toml index c697318654..6b4fa87493 100644 --- a/crates/test-utils/Cargo.toml +++ b/crates/test-utils/Cargo.toml @@ -2,7 +2,7 @@ authors = ["The Fe Developers "] edition = "2021" name = "fe-compiler-test-utils" -version = "0.16.0-alpha" +version = "0.17.0-alpha" license = "GPL-3.0-or-later" repository = "https://github.com/ethereum/fe" @@ -10,10 +10,10 @@ repository = "https://github.com/ethereum/fe" ethabi = "17.0" evm = "0.35.0" evm-runtime = "0.35.0" -fe-common = {path = "../common", version = "^0.16.0-alpha"} -fe-driver = {path = "../driver", version = "^0.16.0-alpha"} -fe-yulc = {path = "../yulc", version = "^0.16.0-alpha", optional = true, features = ["solc-backend"]} -fe-analyzer = {path = "../analyzer", version = "^0.16.0-alpha"} +fe-common = {path = "../common", version = "^0.17.0-alpha"} +fe-driver = {path = "../driver", version = "^0.17.0-alpha"} +fe-yulc = {path = "../yulc", version = "^0.17.0-alpha", optional = true, features = ["solc-backend"]} +fe-analyzer = {path = "../analyzer", version = "^0.17.0-alpha"} test-files = {path = "../test-files", package = "fe-test-files" } hex = "0.4" primitive-types = {version = "0.11.1", default-features = false, features = ["rlp"]} diff --git a/crates/tests/Cargo.toml b/crates/tests/Cargo.toml index 040090a0bb..2f8f4db3e2 100644 --- a/crates/tests/Cargo.toml +++ b/crates/tests/Cargo.toml @@ -2,7 +2,7 @@ authors = ["The Fe Developers "] edition = "2021" name = "fe-compiler-tests" -version = "0.16.0-alpha" +version = "0.17.0-alpha" license = "GPL-3.0-or-later" repository = "https://github.com/ethereum/fe" @@ -12,12 +12,12 @@ repository = "https://github.com/ethereum/fe" ethabi = "17.0" evm = "0.35.0" evm-runtime = "0.35.0" -fe-analyzer = {path = "../analyzer", version = "^0.16.0-alpha"} -fe-common = {path = "../common", version = "^0.16.0-alpha"} +fe-analyzer = {path = "../analyzer", version = "^0.17.0-alpha"} +fe-common = {path = "../common", version = "^0.17.0-alpha"} fe-compiler-test-utils = {path = "../test-utils" } -fe-parser = {path = "../parser", version = "^0.16.0-alpha"} -fe-yulc = {path = "../yulc", version = "^0.16.0-alpha"} -fe-driver = {path = "../driver", version = "^0.16.0-alpha"} +fe-parser = {path = "../parser", version = "^0.17.0-alpha"} +fe-yulc = {path = "../yulc", version = "^0.17.0-alpha"} +fe-driver = {path = "../driver", version = "^0.17.0-alpha"} test-files = {path = "../test-files", package = "fe-test-files" } hex = "0.4" primitive-types = {version = "0.11.1", default-features = false, features = ["rlp"]} diff --git a/crates/yulc/Cargo.toml b/crates/yulc/Cargo.toml index 21ab3e8230..51e46ff569 100644 --- a/crates/yulc/Cargo.toml +++ b/crates/yulc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-yulc" -version = "0.16.0-alpha" +version = "0.17.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "GPL-3.0-or-later"