Skip to content

Commit

Permalink
ocicrypt-rs: update ttrpc build cache file
Browse files Browse the repository at this point in the history
This is because now we are using rust-protobuf v3.3.0 to replace v3.2.0
to compile the proto files.

Signed-off-by: Xynnn007 <[email protected]>
  • Loading branch information
Xynnn007 committed Dec 6, 2023
1 parent 4415e7a commit fa01b06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions ocicrypt-rs/src/utils/ttrpc/keyprovider.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is generated by rust-protobuf 3.2.0. Do not edit
// This file is generated by rust-protobuf 3.3.0. Do not edit
// .proto file is parsed by pure
// @generated

Expand All @@ -23,10 +23,10 @@

/// Generated files are compatible only with the same version
/// of protobuf runtime.
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_2_0;
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_3_0;

#[derive(PartialEq,Clone,Default,Debug)]
// @@protoc_insertion_point(message:keyprovider.KeyProviderKeyWrapProtocolInput)
#[derive(PartialEq,Clone,Default,Debug)]
pub struct KeyProviderKeyWrapProtocolInput {
// message fields
// @@protoc_insertion_point(field:keyprovider.KeyProviderKeyWrapProtocolInput.KeyProviderKeyWrapProtocolInput)
Expand Down Expand Up @@ -147,8 +147,8 @@ impl ::protobuf::reflect::ProtobufValue for KeyProviderKeyWrapProtocolInput {
type RuntimeType = ::protobuf::reflect::rt::RuntimeTypeMessage<Self>;
}

#[derive(PartialEq,Clone,Default,Debug)]
// @@protoc_insertion_point(message:keyprovider.KeyProviderKeyWrapProtocolOutput)
#[derive(PartialEq,Clone,Default,Debug)]
pub struct KeyProviderKeyWrapProtocolOutput {
// message fields
// @@protoc_insertion_point(field:keyprovider.KeyProviderKeyWrapProtocolOutput.KeyProviderKeyWrapProtocolOutput)
Expand Down
8 changes: 3 additions & 5 deletions ocicrypt-rs/src/utils/ttrpc/keyprovider_ttrpc.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
// This file is generated by ttrpc-compiler 0.6.1. Do not edit
// This file is generated by ttrpc-compiler 0.6.2. Do not edit
// @generated

// https://github.com/Manishearth/rust-clippy/issues/702
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unknown_lints)]
#![allow(clipto_camel_casepy)]

#![cfg_attr(rustfmt, rustfmt_skip)]

#![allow(box_pointers)]
#![allow(dead_code)]
#![allow(missing_docs)]
Expand All @@ -17,6 +14,7 @@
#![allow(unsafe_code)]
#![allow(unused_imports)]
#![allow(unused_results)]
#![allow(clippy::all)]
use protobuf::{CodedInputStream, CodedOutputStream, Message};
use std::collections::HashMap;
use std::sync::Arc;
Expand Down

0 comments on commit fa01b06

Please sign in to comment.