Reexport all the types from the latest version (#13)

* Reexport all the types from the latest version

* Update comment
This commit is contained in:
Andrew Jones
2021-06-08 17:42:27 +01:00
committed by GitHub
parent 385bbbd82a
commit 78d3456e4f
+6
View File
@@ -46,6 +46,12 @@ pub mod v13;
#[cfg(feature = "v14")]
pub mod v14;
// Reexport all the types from the latest version.
//
// When a new version becomes available, update this.
#[cfg(feature = "v14")]
pub use self::v14::*;
/// Metadata prefixed by a u32 for reserved usage
#[derive(Eq, Encode, PartialEq)]
#[cfg_attr(feature = "std", derive(Decode, Serialize, Debug))]