Explorar el Código

Lock protobuf to version 1.6

because the builds are failing with protobuf 1.7
Johannes Hofmann hace 7 años
padre
commit
6d234341b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.toml Ver fichero

@@ -21,7 +21,7 @@ default = ["system-libz"]
21 21
 system-libz = ["flate2"]
22 22
 
23 23
 [dependencies]
24
-protobuf = "1.6"
24
+protobuf = "=1.6"
25 25
 byteorder = "1.1"
26 26
 flate2 = { version = "1.0", optional = true }
27 27
 inflate = "0.4"