mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
Remove subxt dependency features (#1924)
This commit is contained in:
committed by
Bastian Köcher
parent
ddbeab70a6
commit
50d92eb8de
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.1.5" }
|
||||
scale-info = { version = "2.1.1", default-features = false, features = ["derive"] }
|
||||
subxt = { git = "https://github.com/paritytech/subxt", branch = "master" }
|
||||
subxt = { git = "https://github.com/paritytech/subxt", branch = "master", default-features = false, features = [] }
|
||||
|
||||
# Bridge dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user