Skip to content

Commit

Permalink
Re-export Protobuf from tendermint-proto (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani authored Oct 19, 2023
1 parent 4c01cd4 commit 5a8d333
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 289 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Switch from using object safe `Protobuf` definitions and instead, re-export
`Protobuf` from `tendermint-proto` crate`
([#116](https://github.com/cosmos/ibc-proto-rs/issues/116))
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
#![forbid(unsafe_code)]

pub mod google;
pub mod protobuf;

pub use tendermint_proto::Protobuf;

extern crate alloc;

Expand Down
30 changes: 0 additions & 30 deletions src/protobuf/erased.rs

This file was deleted.

38 changes: 0 additions & 38 deletions src/protobuf/error.rs

This file was deleted.

220 changes: 0 additions & 220 deletions src/protobuf/mod.rs

This file was deleted.

0 comments on commit 5a8d333

Please sign in to comment.