Skip to content

Commit

Permalink
require tokio 1.21.0
Browse files Browse the repository at this point in the history
Due to fixing tokio-rs/console#373 upstream,
we need to use tokio 1.21.0 for console-subscriber to build
  • Loading branch information
redshiftzero committed Sep 6, 2022
1 parent 45975f9 commit 0ea54de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions pd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ bytes = "1"
chrono = { version = "0.4", default-features = false, features = ["serde"] }
csv = "1.1"
directories = "4.0"
# Temporarily pin due to https://github.com/penumbra-zone/penumbra/issues/1355
tokio = { version = "=1.20.1", features = ["full"]}
tokio = { version = "1.21.0", features = ["full"]}
tokio-stream = "0.1"
tokio-util = "0.7"
tower = { version = "0.4", features = ["full"]}
Expand Down

0 comments on commit 0ea54de

Please sign in to comment.