Browse Source

Update to protobuf 2.0, regenerate files

Johannes Hofmann 7 years ago
parent
commit
1f660ebf6f
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      Cargo.toml
  2. 1
    1
      src/proto/fileformat.rs
  3. 1
    1
      src/proto/osmformat.rs

+ 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 = "2.0"
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"

+ 1
- 1
src/proto/fileformat.rs View File

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
 // @generated
2
 // @generated
3
 
3
 
4
 // https://github.com/Manishearth/rust-clippy/issues/702
4
 // https://github.com/Manishearth/rust-clippy/issues/702

+ 1
- 1
src/proto/osmformat.rs View File

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
 // @generated
2
 // @generated
3
 
3
 
4
 // https://github.com/Manishearth/rust-clippy/issues/702
4
 // https://github.com/Manishearth/rust-clippy/issues/702