Bump version number to 0.1.5

This commit is contained in:
ogoffart 2021-10-26 07:36:54 +00:00
parent 6671aaefcc
commit b25ae6fbcd
48 changed files with 83 additions and 83 deletions

View file

@ -725,7 +725,7 @@ macro_rules! include_modules {
/// Helper type that helps checking that the generated code is generated for the right version
#[doc(hidden)]
#[allow(non_camel_case_types)]
pub struct VersionCheck_0_1_4;
pub struct VersionCheck_0_1_5;
#[cfg(doctest)]
mod compile_fail_tests;