Kaynağa Gözat

Regenerate *.rs files in `src/proto/`

for new protobuf version 2.10.1
Johannes Hofmann 5 yıl önce
ebeveyn
işleme
7ad09a37ec
3 değiştirilmiş dosya ile 7 ekleme ve 7 silme
  1. 1
    1
      Cargo.toml
  2. 3
    3
      src/proto/fileformat.rs
  3. 3
    3
      src/proto/osmformat.rs

+ 1
- 1
Cargo.toml Dosyayı Görüntüle

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

+ 3
- 3
src/proto/fileformat.rs Dosyayı Görüntüle

@@ -1,7 +1,7 @@
1
-// This file is generated by rust-protobuf 2.10.0. Do not edit
1
+// This file is generated by rust-protobuf 2.10.1. Do not edit
2 2
 // @generated
3 3
 
4
-// https://github.com/Manishearth/rust-clippy/issues/702
4
+// https://github.com/rust-lang/rust-clippy/issues/702
5 5
 #![allow(unknown_lints)]
6 6
 #![allow(clippy::all)]
7 7
 
@@ -24,7 +24,7 @@ use protobuf::ProtobufEnum as ProtobufEnum_imported_for_functions;
24 24
 
25 25
 /// Generated files are compatible only with the same version
26 26
 /// of protobuf runtime.
27
-const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_10_0;
27
+// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_10_1;
28 28
 
29 29
 #[derive(PartialEq,Clone,Default,Debug)]
30 30
 pub struct Blob {

+ 3
- 3
src/proto/osmformat.rs Dosyayı Görüntüle

@@ -1,7 +1,7 @@
1
-// This file is generated by rust-protobuf 2.10.0. Do not edit
1
+// This file is generated by rust-protobuf 2.10.1. Do not edit
2 2
 // @generated
3 3
 
4
-// https://github.com/Manishearth/rust-clippy/issues/702
4
+// https://github.com/rust-lang/rust-clippy/issues/702
5 5
 #![allow(unknown_lints)]
6 6
 #![allow(clippy::all)]
7 7
 
@@ -24,7 +24,7 @@ use protobuf::ProtobufEnum as ProtobufEnum_imported_for_functions;
24 24
 
25 25
 /// Generated files are compatible only with the same version
26 26
 /// of protobuf runtime.
27
-const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_10_0;
27
+// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_10_1;
28 28
 
29 29
 #[derive(PartialEq,Clone,Default,Debug)]
30 30
 pub struct HeaderBlock {