Skip to content

Commit

Permalink
Upgrade tokio-compat to a fixed version
Browse files Browse the repository at this point in the history
Signed-off-by: MOZGIII <[email protected]>
  • Loading branch information
MOZGIII committed Mar 18, 2020
1 parent 4547e8e commit 809b61d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tokio-codec = "0.1.0"
tokio-openssl = "0.3.0"
tokio-retry = "0.2.0"
tokio-signal = "0.2.7"
tokio-compat = { version = "0.1", features = ["rt-full"] }
tokio-compat = { version = "0.1", features = ["rt-full"], git = "https://github.com/tokio-rs/tokio-compat.git" }

# Tracing
tracing = "0.1.9"
Expand Down

0 comments on commit 809b61d

Please sign in to comment.