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 94b2189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 94b2189

Please sign in to comment.