Skip to content

Commit

Permalink
pin console-subscriber to 0.1.7
Browse files Browse the repository at this point in the history
There's a new release of console-subscriber including
#1355
but this only works with tokio 1.21.0
  • Loading branch information
redshiftzero committed Sep 6, 2022
1 parent 45975f9 commit e1b02e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ ibc-proto = { git = "https://github.com/penumbra-zone/ibc-rs.git", branch = "wit
tendermint-light-client-verifier = "0.24.0-pre.1"
tempfile = "3.3.0"
base64 = "0.13.0"
console-subscriber = "0.1.6"
# Temporarily pin due to https://github.com/penumbra-zone/penumbra/issues/1355 since 0.1.8 contains
# a fix that only works with tokio 1.21.0
console-subscriber = "=0.1.7"
metrics-tracing-context = "0.11.0"
metrics-util = "0.13"
clap = { version = "3", features = ["derive"] }
Expand Down

0 comments on commit e1b02e0

Please sign in to comment.