Skip to content

Commit dc35532

Browse files
committed
Revert "chore: release v0.3.11"
This reverts commit ca29ec0.
1 parent ca29ec0 commit dc35532

File tree

3 files changed

+12
-106
lines changed

3 files changed

+12
-106
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ resolver = "2"
1212
[workspace.dependencies]
1313
shared = { path = "crates/shared" }
1414
actix-web = "4.9.0"
15-
clap = { version = "0.3.11"] }
16-
serde = { version = "0.3.11"] }
17-
tokio = { version = "0.3.11"] }
18-
uuid = { version = "0.3.11"] }
19-
log = { version = "0.3.11" }
20-
env_logger = { version = "0.3.11" }
21-
futures-util = { version = "0.3.11" }
22-
alloy = { version = "0.3.11"] }
23-
alloy-provider = { version = "0.3.11"] }
15+
clap = { version = "4.5.27", features = ["derive"] }
16+
serde = { version = "1.0.219", features = ["derive"] }
17+
tokio = { version = "1.43.0", features = ["full", "macros"] }
18+
uuid = { version = "1.12.1", features = ["v4", "serde"] }
19+
log = { version = "0.4.26" }
20+
env_logger = { version = "0.11.6" }
21+
futures-util = { version = "0.3.31" }
22+
alloy = { version = "0.15.7", features = ["full"] }
23+
alloy-provider = { version = "^0.15.7", features = ["anvil-node"] }
2424
url = "2.5.4"
2525
serde_json = "1.0.137"
2626
reqwest = "0.12.12"
@@ -37,14 +37,14 @@ redis-test = "0.8.0"
3737
stun = "0.7.0"
3838
mockito = "1.7.0"
3939
iroh = "0.34.1"
40-
rand_v8 = { package = "rand", version = "0.3.11"] }
41-
rand_core_v6 = { package = "rand_core", version = "0.3.11"] }
40+
rand_v8 = { package = "rand", version = "0.8.5", features = ["std"] }
41+
rand_core_v6 = { package = "rand_core", version = "0.6.4", features = ["std"] }
4242
ipld-core = "0.4"
4343
rust-ipfs = "0.14"
4444
cid = "0.11"
4545

4646
[workspace.package]
47-
version = "0.3.11"
47+
version = "0.3.10"
4848
edition = "2021"
4949

5050
[workspace.lints.clippy]

scripts/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/release.sh

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)