Skip to content

Commit

Permalink
Revert update
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-borovkov committed Jan 8, 2025
1 parent 972e02c commit e855a5b
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions src/pb_signature.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is generated by rust-protobuf 3.7.1. Do not edit
// .proto file is parsed by protoc 28.2
// This file is generated by rust-protobuf 3.3.0. Do not edit
// .proto file is parsed by protoc --rust-out=...
// @generated

// https://github.com/rust-lang/rust-clippy/issues/702
Expand All @@ -22,7 +22,7 @@
/// Generated files are compatible only with the same version
/// of protobuf runtime.
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_7_1;
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_3_0;

// @@protoc_insertion_point(message:Signature)
#[derive(PartialEq,Clone,Default,Debug)]
Expand Down Expand Up @@ -475,7 +475,28 @@ static file_descriptor_proto_data: &'static [u8] = b"\
\x01\x20\x02(\x0cR\x08fullHash\x12\x1f\n\x0bhashes_hash\x18\x02\x20\x02(\
\x0cR\nhashesHash\x12'\n\x06hashes\x18\x03\x20\x03(\x0b2\x0f.Signature.H\
ashR\x06hashes\x1a2\n\x04Hash\x12\x12\n\x04hash\x18\x01\x20\x02(\x0cR\
\x04hash\x12\x16\n\x06offset\x18\x02\x20\x02(\x03R\x06offset\
\x04hash\x12\x16\n\x06offset\x18\x02\x20\x02(\x03R\x06offsetJ\xb3\x03\n\
\x06\x12\x04\0\0\t\x01\n\x08\n\x01\x0c\x12\x03\0\0\x12\n\n\n\x02\x04\0\
\x12\x04\x01\0\t\x01\n\n\n\x03\x04\0\x01\x12\x03\x01\x08\x11\n\x0b\n\x04\
\x04\0\x02\0\x12\x03\x02\x08%\n\x0c\n\x05\x04\0\x02\0\x04\x12\x03\x02\
\x08\x10\n\x0c\n\x05\x04\0\x02\0\x05\x12\x03\x02\x11\x16\n\x0c\n\x05\x04\
\0\x02\0\x01\x12\x03\x02\x17\x20\n\x0c\n\x05\x04\0\x02\0\x03\x12\x03\x02\
#$\n\x0b\n\x04\x04\0\x02\x01\x12\x03\x03\x08'\n\x0c\n\x05\x04\0\x02\x01\
\x04\x12\x03\x03\x08\x10\n\x0c\n\x05\x04\0\x02\x01\x05\x12\x03\x03\x11\
\x16\n\x0c\n\x05\x04\0\x02\x01\x01\x12\x03\x03\x17\"\n\x0c\n\x05\x04\0\
\x02\x01\x03\x12\x03\x03%&\n\x0c\n\x04\x04\0\x03\0\x12\x04\x04\x08\x07\t\
\n\x0c\n\x05\x04\0\x03\0\x01\x12\x03\x04\x10\x14\n\r\n\x06\x04\0\x03\0\
\x02\0\x12\x03\x05\x10(\n\x0e\n\x07\x04\0\x03\0\x02\0\x04\x12\x03\x05\
\x10\x18\n\x0e\n\x07\x04\0\x03\0\x02\0\x05\x12\x03\x05\x19\x1e\n\x0e\n\
\x07\x04\0\x03\0\x02\0\x01\x12\x03\x05\x1f#\n\x0e\n\x07\x04\0\x03\0\x02\
\0\x03\x12\x03\x05&'\n\r\n\x06\x04\0\x03\0\x02\x01\x12\x03\x06\x10*\n\
\x0e\n\x07\x04\0\x03\0\x02\x01\x04\x12\x03\x06\x10\x18\n\x0e\n\x07\x04\0\
\x03\0\x02\x01\x05\x12\x03\x06\x19\x1e\n\x0e\n\x07\x04\0\x03\0\x02\x01\
\x01\x12\x03\x06\x1f%\n\x0e\n\x07\x04\0\x03\0\x02\x01\x03\x12\x03\x06()\
\n\x0b\n\x04\x04\0\x02\x02\x12\x03\x08\x08!\n\x0c\n\x05\x04\0\x02\x02\
\x04\x12\x03\x08\x08\x10\n\x0c\n\x05\x04\0\x02\x02\x06\x12\x03\x08\x11\
\x15\n\x0c\n\x05\x04\0\x02\x02\x01\x12\x03\x08\x16\x1c\n\x0c\n\x05\x04\0\
\x02\x02\x03\x12\x03\x08\x1f\x20\
";

/// `FileDescriptorProto` object which was a source for this generated file
Expand Down

0 comments on commit e855a5b

Please sign in to comment.