Skip to content

Commit de9d9e9

Browse files
Merge pull request #249 from matthiasbeyer/pin-warp
Fix: Pin the version of warp in dev dependencies
2 parents 6de19be + 25b3089 commit de9d9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ serde_derive = "1.0.8"
4141
float-cmp = "0.8"
4242
chrono = { version = "0.4", features = ["serde"] }
4343
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]}
44-
warp = "0.3.1"
44+
warp = "=0.3.1"
4545
futures = "0.3.15"
4646
reqwest = "=0.11.3" # version is forced to allow examples compile on rust 1.46, remove "=" as soon as possible

0 commit comments

Comments
 (0)