Skip to content

Commit 1015d05

Browse files
committed
Cargo.toml
1 parent 22f7968 commit 1015d05

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/cargo-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ jobs:
7373
run: |
7474
make cargo-b-release
7575
76-
- name: cargo-build-release-tokio
77-
run: |
78-
make cargo-build-release-tokio
79-
8076
- name: cargo-build-release-async-std
8177
run: |
8278
make cargo-build-release-async-std

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ nostr = "0.24.0"
6060
nostr-sdk = "0.24.0"
6161
wasi = { version = "0.10.0", features = ["std"] }
6262
oorandom = "11.1.3"
63+
6364
##$ cargo add random-access-disk
6465
## Updating crates.io index
6566
## Adding random-access-disk v3.0.0 to dependencies.
@@ -70,16 +71,15 @@ oorandom = "11.1.3"
7071
## - tokio
7172
## NOTE:We favor async-std in this build config
7273

73-
random-access-disk = "3.0.0"
74+
random-access-storage = "5.0.0"
75+
random-access-disk = { version = "3.0.0", default-features = false }
76+
random-access-memory = "3.0.0"
7477

7578
[dev-dependencies]
7679
async-std = { version = "1.12.0", features = ["attributes", "unstable"] }
7780
async-compat = "0.2.1"
7881
tokio = { version = "1.27.0", features = ["macros", "net", "process", "rt", "rt-multi-thread", "sync", "time"] }
7982
env_logger = "0.7.1"
80-
random-access-storage = "5.0.0"
81-
random-access-disk = { version = "3.0.0", default-features = false }
82-
random-access-memory = "3.0.0"
8383
anyhow = "1.0.28"
8484
instant = "0.1"
8585
criterion = { version = "0.4", features = ["async_std"] }

0 commit comments

Comments
 (0)