From a2bb2e38917cec63322562ae8f12f4c68d77d8e3 Mon Sep 17 00:00:00 2001 From: rink1969 Date: Wed, 27 Mar 2024 13:27:53 +0800 Subject: [PATCH] bump version v6.7.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ecb354..a2d7636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,8 +56,8 @@ bytes = { version = "1.5", features = ["serde"] } bloomchain = "0.2" eth-jsonrpc-lib = "0.4" -cita_cloud_proto = { git = "https://github.com/cita-cloud/cloud-common-rs" } -libproto = { git = "https://github.com/cita-cloud/libproto" } +cita_cloud_proto = "=6.7.3" +libproto = { git = "https://github.com/cita-cloud/libproto", rev = "9388049a964bc81a8989f7db9cf6f1620dc4a5bc" } [target.'cfg(not(target_os = "macos"))'.dependencies] openssl = { version = "0.10", features = ["vendored"] }