We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaae15 commit a2e5489Copy full SHA for a2e5489
conduit-test/Cargo.toml
@@ -9,5 +9,5 @@ license = "MIT"
9
edition = "2018"
10
11
[dependencies]
12
-bytes = "1.3.0"
13
-hyper = "0.14.23"
+bytes = "=1.3.0"
+hyper = "=0.14.23"
conduit/Cargo.toml
@@ -9,5 +9,5 @@ repository = "https://github.com/conduit-rust/conduit"
-http = "0.2"
+http = "=0.2.8"
0 commit comments