Skip to content

Commit

Permalink
Remove random-access-* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cowlicks committed Jul 1, 2024
1 parent a6141ea commit 3742422
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ async-std = { version = "1.12.0", features = ["attributes", "unstable"] }
async-compat = "0.2.1"
tokio = { version = "1.27.0", features = ["macros", "net", "process", "rt", "rt-multi-thread", "sync", "time"] }
env_logger = "0.7.1"
random-access-storage = "5.0.0"
random-access-disk = { version = "3.0.0", default-features = false }
random-access-memory = "3.0.0"
anyhow = "1.0.28"
instant = "0.1"
criterion = { version = "0.4", features = ["async_std"] }
Expand All @@ -68,8 +65,8 @@ wasm-bindgen = [
]
sparse = ["hypercore/sparse"]
cache = ["hypercore/cache"]
tokio = ["hypercore/tokio", "random-access-disk/tokio"]
async-std = ["hypercore/async-std", "random-access-disk/async-std"]
tokio = ["hypercore/tokio"]
async-std = ["hypercore/async-std"]
# Used only in interoperability tests under tests/js-interop which use the javascript version of hypercore
# to verify that this crate works. To run them, use:
# cargo test --features js_interop_tests
Expand Down

0 comments on commit 3742422

Please sign in to comment.