Sfoglia il codice sorgente

Restrict protobuf version to 2.10 with patches

Johannes Hofmann 6 anni fa
parent
commit
7bfa560302
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Cargo.toml

+ 1
- 1
Cargo.toml Vedi File

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