Skip to content

Commit 31f3bb5

Browse files
authored
fix: Export tender mint::abci::event::v_037 from abci module (#1480)
1 parent 78553cd commit 31f3bb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- [tendermint] export `abci::event::v0_37` to construct `EventAttribute::V037` variants.
2-
([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479))
2+
([\#1479](https://github.com/informalsystems/tendermint-rs/pull/1479), ([\#1480](https://github.com/informalsystems/tendermint-rs/pull/1480))

tendermint/src/abci.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub use crate::v0_38::abci::response::{
5454
};
5555

5656
pub use event::v0_34;
57+
pub use event::v0_37;
5758
pub use event::{Event, EventAttribute, EventAttributeIndexExt, TypedEvent};
5859

5960
#[doc(inline)]

0 commit comments

Comments
 (0)