Skip to content

Commit

Permalink
fix Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmlm committed Nov 12, 2020
1 parent 59f1b17 commit dc81812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }

myutil = { git = "https://gitee.com/kt10/myutil", branch = "master" }
futures = { version = "0.3.2"] }
futures = { version = "0.3.2", features = ["thread-pool"] }
futures-timer = "3.0.2"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ lazy_static = "1.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }

futures = { version = "0.3.2"] }
futures = { version = "0.3.2", features = ["thread-pool"] }
futures-timer = "3.0"

num_cpus = "1.13"
Expand Down

0 comments on commit dc81812

Please sign in to comment.