From 9bb66fc78a605fd7590cb41fd1a9a4e5fa2f486d Mon Sep 17 00:00:00 2001 From: 3PuXzu Date: Fri, 22 May 2020 15:04:12 +0800 Subject: [PATCH] add the dependencies to `Cargo.toml` add the dependencies to `Cargo.toml`, should use `branch="develop"` --- cita-web3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cita-web3/README.md b/cita-web3/README.md index 3ea6240f..e3de9e5f 100644 --- a/cita-web3/README.md +++ b/cita-web3/README.md @@ -11,6 +11,7 @@ First, add the dependencies to `Cargo.toml`: ```toml [dependencies] cita-web3 = { git = "https://github.com/citahub/cita-common" } +cita-web3 = { git = "https://github.com/citahub/cita-common", branch="develop"} ``` Then, add this crate to the source codes: