mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
hacky update jsonrpsee
This commit is contained in:
@@ -11,6 +11,6 @@ codec = { package = "parity-scale-codec", version = "2", default-features = fals
|
||||
[build-dependencies]
|
||||
subxt = { path = ".." }
|
||||
sp-core = { package = "sp-core", git = "https://github.com/paritytech/substrate/", branch = "master" }
|
||||
jsonrpsee-http-client = { git = "https://github.com/paritytech/jsonrpsee/", branch = "extract-async-client" }
|
||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee/", branch = "na-fix-core-client-feature", features = ["http-client"] }
|
||||
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
|
||||
which = "4.2.2"
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with subxt. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
use jsonrpsee_http_client::{
|
||||
types::traits::Client,
|
||||
HttpClientBuilder,
|
||||
use jsonrpsee::{
|
||||
core::client::ClientT,
|
||||
http_client::HttpClientBuilder,
|
||||
};
|
||||
use std::{
|
||||
env,
|
||||
|
||||
Reference in New Issue
Block a user