Browse Source

Lock protobuf to version 1.6

because the builds are failing with protobuf 1.7
Johannes Hofmann 7 years ago
parent
commit
6d234341b8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.toml View File

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