Explorar el Código

Update to protobuf 2.0, regenerate files

Johannes Hofmann hace 7 años
padre
commit
1f660ebf6f
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1
    1
      Cargo.toml
  2. 1
    1
      src/proto/fileformat.rs
  3. 1
    1
      src/proto/osmformat.rs

+ 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 = "2.0"
25 25
 byteorder = "1.1"
26 26
 flate2 = { version = "1.0", optional = true }
27 27
 inflate = "0.4"

+ 1
- 1
src/proto/fileformat.rs Ver fichero

@@ -1,4 +1,4 @@
1
-// This file is generated by rust-protobuf 1.6.0. Do not edit
1
+// This file is generated by rust-protobuf 2.0.0. Do not edit
2 2
 // @generated
3 3
 
4 4
 // https://github.com/Manishearth/rust-clippy/issues/702

+ 1
- 1
src/proto/osmformat.rs Ver fichero

@@ -1,4 +1,4 @@
1
-// This file is generated by rust-protobuf 1.6.0. Do not edit
1
+// This file is generated by rust-protobuf 2.0.0. Do not edit
2 2
 // @generated
3 3
 
4 4
 // https://github.com/Manishearth/rust-clippy/issues/702