Skip to content

Commit

Permalink
Remove subxt dependency features (paritytech#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Apr 10, 2024
1 parent 0ed818b commit dea319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/relays/client-rialto-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dea319a

Please sign in to comment.