From af6bae7fedd874ecc073cba0b962a6451456d29c Mon Sep 17 00:00:00 2001 From: Oleksandr Zarudnyi <hedgar2017@gmail.com> Date: Sat, 7 Dec 2024 03:41:39 +0800 Subject: [PATCH] update deps --- .gitmodules | 2 +- Cargo.lock | 2 +- compiler_tester/Cargo.toml | 2 +- tests | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 59db45bf..72622394 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "tests"] path = tests url = https://github.com/matter-labs/era-compiler-tests - branch = az-update-minimal-proxy + branch = main [submodule "solidity"] path = solidity url = https://github.com/ethereum/solidity diff --git a/Cargo.lock b/Cargo.lock index a10a50a6..f96852fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1099,7 +1099,7 @@ dependencies = [ [[package]] name = "era-compiler-vyper" version = "1.5.8" -source = "git+https://github.com/matter-labs/era-compiler-vyper?branch=az-update-minimal-proxy#6721a2a56174323942cfb0875a4b135c03f4ff7a" +source = "git+https://github.com/matter-labs/era-compiler-vyper?branch=main#44cc0eaefacabd6875c4499fc48dcce12437021b" dependencies = [ "anyhow", "clap", diff --git a/compiler_tester/Cargo.toml b/compiler_tester/Cargo.toml index e4b91a81..9fec6205 100644 --- a/compiler_tester/Cargo.toml +++ b/compiler_tester/Cargo.toml @@ -51,7 +51,7 @@ era-compiler-downloader = { git = "https://github.com/matter-labs/era-compiler-c era-compiler-llvm-context = { git = "https://github.com/matter-labs/era-compiler-llvm-context", branch = "main" } era-compiler-solidity = { git = "https://github.com/matter-labs/era-compiler-solidity", branch = "main" } era-solc = { git = "https://github.com/matter-labs/era-compiler-solidity", branch = "main" } -era-compiler-vyper = { git = "https://github.com/matter-labs/era-compiler-vyper", branch = "az-update-minimal-proxy" } +era-compiler-vyper = { git = "https://github.com/matter-labs/era-compiler-vyper", branch = "main" } solidity-adapter = { path = "../solidity_adapter" } benchmark-analyzer = { path = "../benchmark_analyzer" } diff --git a/tests b/tests index 10af5937..bc1cd8e1 160000 --- a/tests +++ b/tests @@ -1 +1 @@ -Subproject commit 10af59378e93e81f9ec378e4be9574a21b92ed42 +Subproject commit bc1cd8e1ac2cf7f6ce5f5e9ec1f68188c171607a