Skip to content

Commit

Permalink
fix tokio ver for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Jul 26, 2024
1 parent 7348b1d commit 4cb36c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ thiserror = "1.0.61"
tracing = "0.1.40"
serde = { version = "1.0.203", features = ["derive"] }
once_cell = "1.19.0"
tokio = { version = "1.38.0", features = ["net", "io-util", "time"], optional = true }
tokio = { version = "1.36.0", features = ["net", "io-util", "time"], optional = true }
rtsc = "0.3"
parking_lot = { version = "0.12.3", optional = true }
parking_lot_rt = { version = "0.12.1", optional = true }
Expand All @@ -41,7 +41,7 @@ default = ["locking-default"]
imageproc = "0.22"
image = "0.23"
rmp-serde = "1.3.0"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "=1.36.0", features = ["full"] }
rusttype = "0.9.2"
serde_json = "1.0.117"

Expand Down

0 comments on commit 4cb36c2

Please sign in to comment.