Skip to content

Commit

Permalink
pin tokio in dev-dependencies for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
trevyn committed Aug 10, 2023
1 parent 18b70a2 commit 27461a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracked-impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ syn = {version = "2", features = ["full", "visit-mut"]}

[dev-dependencies]
log = "=0.4.18" # 0.4.19 is MSRV 1.60
tokio = "=1.29" # 1.30 is MSRV 1.63
todo-or-die = {version = "0.1", features = ["github"]}

0 comments on commit 27461a6

Please sign in to comment.