Skip to content

Commit

Permalink
Port "Add missing serde derives on some Protobuf definitions" (tender…
Browse files Browse the repository at this point in the history
…mint-rs#1389)
  • Loading branch information
romac committed Mar 14, 2024
1 parent 03974f5 commit fee2101
Show file tree
Hide file tree
Showing 10 changed files with 497 additions and 319 deletions.
5 changes: 3 additions & 2 deletions proto/src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
// Re-export according to alloc::prelude::v1 because it is not yet stabilized
// https://doc.rust-lang.org/src/alloc/prelude/v1.rs.html

#[allow(unused_imports)]
pub use alloc::vec;
#![allow(unused_imports)]

pub use alloc::{
borrow::ToOwned,
format,
string::{String, ToString},
vec,
vec::Vec,
};
pub use core::prelude::v1::*;
55 changes: 55 additions & 0 deletions proto/src/prost/cometbft.abci.v1.rs

Large diffs are not rendered by default.

Loading

0 comments on commit fee2101

Please sign in to comment.