Skip to content

Commit

Permalink
Remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Jan 27, 2025
1 parent d0943e6 commit 7b67618
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions subxt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ web = [
"subxt-macro/web",
"subxt-rpcs/web",
"tokio?/sync",
"finito?/wasm-bindgen",
]

# Feature flag to enable the default future executor.
Expand Down Expand Up @@ -101,7 +100,6 @@ either = { workspace = true }
web-time = { workspace = true }

# Provides some deserialization, types like U256/H256 and hashing impls like twox/blake256:
impl-serde = { workspace = true }
primitive-types = { workspace = true, features = ["codec", "scale-info", "serde"] }

# Included if the "jsonrpsee" feature is enabled.
Expand All @@ -127,7 +125,6 @@ tokio-util = { workspace = true, features = ["compat"], optional = true }
# Only the `tokio/sync` is used in the reconnecting rpc client
# and that compiles both for native and web.
tokio = { workspace = true, optional = true }
finito = { workspace = true, optional = true }
wasm-bindgen-futures = { workspace = true, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 7b67618

Please sign in to comment.