Skip to content

Commit bcd03db

Browse files
committed
proto: Update generated Rust code
Update the Rust code that is generated from the `.proto` files, since we've updated the `rust-protobuf` library in the previous commit. This update is merely a version bump.
1 parent 63c8568 commit bcd03db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proto/metadata.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file is generated by rust-protobuf 2.20.0. Do not edit
1+
// This file is generated by rust-protobuf 2.22.0. Do not edit
22
// @generated
33

44
// https://github.com/rust-lang/rust-clippy/issues/702
@@ -21,7 +21,7 @@
2121
2222
/// Generated files are compatible only with the same version
2323
/// of protobuf runtime.
24-
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_20_0;
24+
// const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_22_0;
2525

2626
#[derive(PartialEq,Clone,Default)]
2727
pub struct KeyDerivationMetadata {

0 commit comments

Comments
 (0)