Skip to content

Commit

Permalink
Rebuild Rust bindinds with newer protobuf-codegen crate
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Oct 1, 2024
1 parent 8b6e8ba commit 182e08e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/metadata.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file is generated by rust-protobuf 3.5.1. Do not edit
// This file is generated by rust-protobuf 3.6.0. Do not edit
// .proto file is parsed by pure
// @generated

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_5_1;
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_3_6_0;

// @@protoc_insertion_point(message:metadata.KeyDerivationMetadata)
#[derive(PartialEq,Clone,Default,Debug)]
Expand Down

0 comments on commit 182e08e

Please sign in to comment.