From d41b2c9908fb685e221126b2d2e972140e210495 Mon Sep 17 00:00:00 2001 From: Rim Rakhimov Date: Mon, 2 Dec 2024 12:51:25 +0400 Subject: [PATCH] chore: make use of git commit of verification-common-v1 --- eth-bytecode-db/Cargo.lock | 3 ++- eth-bytecode-db/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eth-bytecode-db/Cargo.lock b/eth-bytecode-db/Cargo.lock index 82bc20480..3ae66638a 100644 --- a/eth-bytecode-db/Cargo.lock +++ b/eth-bytecode-db/Cargo.lock @@ -7643,6 +7643,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "verification-common" version = "0.1.0" +source = "git+https://github.com/blockscout/blockscout-rs?rev=1164e09#1164e093cb45afd9b9445428d178f759c1e0ab74" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -7687,7 +7688,7 @@ dependencies = [ "sha3", "strum", "tokio", - "verification-common 0.1.0", + "verification-common 0.1.0 (git+https://github.com/blockscout/blockscout-rs?rev=1164e09)", "verifier-alliance-entity 0.1.0", "verifier-alliance-migration 0.1.0", ] diff --git a/eth-bytecode-db/Cargo.toml b/eth-bytecode-db/Cargo.toml index 0f938ef10..68509b946 100644 --- a/eth-bytecode-db/Cargo.toml +++ b/eth-bytecode-db/Cargo.toml @@ -23,7 +23,7 @@ verifier-alliance-migration = { git = "https://github.com/blockscout/blockscout- verifier-alliance-entity-v1 = { path = "eth-bytecode-db/verifier-alliance-entity", package = "verifier-alliance-entity" } verifier-alliance-migration-v1 = { path = "eth-bytecode-db/verifier-alliance-migration", package = "verifier-alliance-migration" } -verification-common-v1 = { path = "../libs/verification-common", package = "verification-common" } +verification-common-v1 = { git = "https://github.com/blockscout/blockscout-rs", rev = "1164e09", package = "verification-common" } actix-prost = { git = "https://github.com/blockscout/actix-prost", rev = "4cbba2a" } actix-prost-macros = { git = "https://github.com/blockscout/actix-prost", rev = "4cbba2a" }