From 70467c2d6a03df4b8e29288232e69db1789360d8 Mon Sep 17 00:00:00 2001 From: Christoph Burgdorf Date: Fri, 27 May 2022 10:28:41 +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 | 10 +++---- 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, 61 insertions(+), 61 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31ac15849d..06acc6b7c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "fe" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "clap", "fe-common", @@ -556,7 +556,7 @@ dependencies = [ [[package]] name = "fe-abi" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "fe-common", "serde", @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "fe-analyzer" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "criterion", "fe-common", @@ -593,7 +593,7 @@ dependencies = [ [[package]] name = "fe-codegen" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "fe-abi", "fe-analyzer", @@ -608,7 +608,7 @@ dependencies = [ [[package]] name = "fe-common" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "camino", "codespan-reporting", @@ -627,7 +627,7 @@ dependencies = [ [[package]] name = "fe-compiler-test-utils" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "ethabi", "evm", @@ -649,7 +649,7 @@ dependencies = [ [[package]] name = "fe-compiler-tests" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "ethabi", "evm", @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "fe-driver" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "fe-abi", "fe-analyzer", @@ -692,14 +692,14 @@ dependencies = [ [[package]] name = "fe-library" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "include_dir", ] [[package]] name = "fe-mir" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "dot2", "fe-analyzer", @@ -717,7 +717,7 @@ dependencies = [ [[package]] name = "fe-parser" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "criterion", "fe-common", @@ -738,7 +738,7 @@ dependencies = [ [[package]] name = "fe-test-files" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "fe-library", "include_dir", @@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "fe-yulc" -version = "0.17.0-alpha" +version = "0.18.0-alpha" dependencies = [ "indexmap", "serde_json", diff --git a/crates/abi/Cargo.toml b/crates/abi/Cargo.toml index 170b4a8135..e6781c2959 100644 --- a/crates/abi/Cargo.toml +++ b/crates/abi/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "fe-abi" -version = "0.17.0-alpha" +version = "0.18.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.17.0-alpha"} +fe-common = { path = "../common", version = "^0.18.0-alpha"} serde = { version = "1.0", features = ["derive"] } [dev-dependencies] diff --git a/crates/analyzer/Cargo.toml b/crates/analyzer/Cargo.toml index 8ab19f150d..a342828a8c 100644 --- a/crates/analyzer/Cargo.toml +++ b/crates/analyzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-analyzer" -version = "0.17.0-alpha" +version = "0.18.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.17.0-alpha"} -fe-parser = {path = "../parser", version = "^0.17.0-alpha"} -fe-library = {path = "../library", version = "^0.17.0-alpha"} +fe-common = {path = "../common", version = "^0.18.0-alpha"} +fe-parser = {path = "../parser", version = "^0.18.0-alpha"} +fe-library = {path = "../library", version = "^0.18.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 30bbf5dd6c..169d0a2fa3 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.17.0-alpha doesn't match the specified requirement +error: The current compiler version 0.18.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.17.0-alpha` to make the code compile + = Note: Use `pragma 0.18.0-alpha` to make the code compile diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index 0506e9b35f..d64d21599f 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "fe-codegen" -version = "0.17.0-alpha" +version = "0.18.0-alpha" authors = ["The Fe Developers "] edition = "2021" [dependencies] -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"} +fe-analyzer = { path = "../analyzer", version = "^0.18.0-alpha"} +fe-mir = { path = "../mir", version = "^0.18.0-alpha"} +fe-common = { path = "../common", version = "^0.18.0-alpha"} +fe-abi = { path = "../abi", version = "^0.18.0-alpha"} salsa = "0.16.1" num-bigint = "0.4.3" fxhash = "0.2.1" diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 64fb8d16cb..0786e3f2c5 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "fe-common" -version = "0.17.0-alpha" +version = "0.18.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.17.0-alpha"} +fe-library = {path = "../library", version = "^0.18.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 ff33b6c6e3..f0e47e8431 100644 --- a/crates/driver/Cargo.toml +++ b/crates/driver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-driver" -version = "0.17.0-alpha" +version = "0.18.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.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} +fe-abi = {path = "../abi", version = "^0.18.0-alpha"} +fe-analyzer = {path = "../analyzer", version = "^0.18.0-alpha"} +fe-common = {path = "../common", version = "^0.18.0-alpha"} +fe-mir = {path = "../mir", version = "^0.18.0-alpha"} +fe-codegen = {path = "../codegen", version = "^0.18.0-alpha"} +fe-parser = {path = "../parser", version = "^0.18.0-alpha"} +fe-yulc = {path = "../yulc", version = "^0.18.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 77baf3ce94..4c6a24ae21 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.17.0-alpha" +version = "0.18.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.17.0-alpha"} -fe-driver = {path = "../driver", version = "^0.17.0-alpha"} -fe-parser = {path = "../parser", version = "^0.17.0-alpha"} +fe-common = {path = "../common", version = "^0.18.0-alpha"} +fe-driver = {path = "../driver", version = "^0.18.0-alpha"} +fe-parser = {path = "../parser", version = "^0.18.0-alpha"} diff --git a/crates/library/Cargo.toml b/crates/library/Cargo.toml index 49b5d0ccdb..bcc2430b7b 100644 --- a/crates/library/Cargo.toml +++ b/crates/library/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-library" -version = "0.17.0-alpha" +version = "0.18.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 739ccf5e8f..a4cf48b9c0 100644 --- a/crates/mir/Cargo.toml +++ b/crates/mir/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "fe-mir" -version = "0.17.0-alpha" +version = "0.18.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.17.0-alpha"} -fe-parser = { path = "../parser", version = "^0.17.0-alpha"} -fe-analyzer = { path = "../analyzer", version = "^0.17.0-alpha"} +fe-common = { path = "../common", version = "^0.18.0-alpha"} +fe-parser = { path = "../parser", version = "^0.18.0-alpha"} +fe-analyzer = { path = "../analyzer", version = "^0.18.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 4cae3e85ea..e3dd15eb14 100644 --- a/crates/parser/Cargo.toml +++ b/crates/parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-parser" -version = "0.17.0-alpha" +version = "0.18.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.17.0-alpha"} +fe-common = {path = "../common", version = "^0.18.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.17.0-alpha"} +fe-test-files = {path = "../test-files", version = "^0.18.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 cfc931baf0..9d5d18f4ea 100644 --- a/crates/test-files/Cargo.toml +++ b/crates/test-files/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-test-files" -version = "0.17.0-alpha" +version = "0.18.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 6b4fa87493..43e64aa4d5 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.17.0-alpha" +version = "0.18.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.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"} +fe-common = {path = "../common", version = "^0.18.0-alpha"} +fe-driver = {path = "../driver", version = "^0.18.0-alpha"} +fe-yulc = {path = "../yulc", version = "^0.18.0-alpha", optional = true, features = ["solc-backend"]} +fe-analyzer = {path = "../analyzer", version = "^0.18.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 2f8f4db3e2..f81342e416 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.17.0-alpha" +version = "0.18.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.17.0-alpha"} -fe-common = {path = "../common", version = "^0.17.0-alpha"} +fe-analyzer = {path = "../analyzer", version = "^0.18.0-alpha"} +fe-common = {path = "../common", version = "^0.18.0-alpha"} fe-compiler-test-utils = {path = "../test-utils" } -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"} +fe-parser = {path = "../parser", version = "^0.18.0-alpha"} +fe-yulc = {path = "../yulc", version = "^0.18.0-alpha"} +fe-driver = {path = "../driver", version = "^0.18.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 51e46ff569..27cb9ba8f0 100644 --- a/crates/yulc/Cargo.toml +++ b/crates/yulc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fe-yulc" -version = "0.17.0-alpha" +version = "0.18.0-alpha" authors = ["The Fe Developers "] edition = "2021" license = "GPL-3.0-or-later"