Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Commit 738583a

Browse files
committed
upgrade to tokio 1.10
1 parent 2eafb00 commit 738583a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ homepage = "https://github.com/PFC-Validator/terra-rust/"
88
repository = "https://github.com/PFC-Validator/terra-rust/"
99
keywords = ["terra", "blockchain"]
1010
categories = ["cli"]
11-
11+
license = "Apache-2.0"
12+
description="CLI for Terra blockchain network, that is multi-platform"
1213
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1314
[workspace]
1415
members = [
@@ -29,7 +30,7 @@ terra-rust-api = { path = "./terra-rust-api", version = "0.2.9", default-feature
2930
terra-rust-wallet = { path = "./terra-rust-wallet", version = "0.1" }
3031
anyhow="1.0"
3132
async-anyhow-logger = "0.1.0"
32-
tokio = { version = "1.6", features = ["full"] }
33+
tokio = { version = "1.10", features = ["full"] }
3334
structopt = "0.3"
3435
env_logger = "0.8.3"
3536
log="0.4"

terra-rust-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ tendermint = "0.19.0"
4949
base64 = "0.13.0"
5050

5151
[dev-dependencies]
52-
tokio = { version = "1.6", features = ["full"] }
52+
tokio = { version = "1.10", features = ["full"] }

0 commit comments

Comments
 (0)