Skip to content

Commit 7393d0d

Browse files
auteriumgregnazario
authored andcommitted
Improve dependencies features
1 parent 1440301 commit 7393d0d

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

Cargo.lock

Lines changed: 1 addition & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ proptest = "1.6.0"
4444
proptest-derive = "0.5.1"
4545
quote = "1.0.40"
4646
reqwest = { version = "0.12.15", features = [
47-
"blocking",
4847
"cookies",
4948
"json",
50-
"multipart",
51-
"stream",
5249
] }
5350
serde = { version = "1.0.219", features = ["derive", "rc"] }
5451
serde_json = { version = "1.0.140", features = [
@@ -57,7 +54,7 @@ serde_json = { version = "1.0.140", features = [
5754
] } # Note: arbitrary_precision is required to parse u256 in JSON
5855
thiserror = "2.0.12"
5956
trybuild = "1.0.104"
60-
tokio = { version = "1.44.1", features = ["full"] }
57+
tokio = { version = "1.44.1", features = ["macros"] }
6158
url = { version = "2.5.4", features = ["serde"] }
6259

6360
[profile.release]

crates/aptos-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aptos-sdk"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "A user-friendly, idiomatic Rust SDK for the Aptos blockchain"
55
authors.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)