Skip to content

Commit

Permalink
Fix tokio_unstable in zebrad
Browse files Browse the repository at this point in the history
  • Loading branch information
upbqdn committed Jun 11, 2024
1 parent 433a6b6 commit 405a44f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,6 @@ zebra-grpc = { path = "../zebra-grpc", version = "0.1.0-alpha.4" }
# https://github.com/rust-lang/cargo/issues/9096
# zebra-utils { path = "../zebra-utils", artifact = "bin:zebra-checkpoints" }
zebra-utils = { path = "../zebra-utils", version = "1.0.0-beta.37" }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tokio_unstable)'] }

0 comments on commit 405a44f

Please sign in to comment.