Bump version number to 0.2.0

This commit is contained in:
ogoffart 2022-01-24 09:59:47 +00:00 committed by Olivier Goffart
parent 2b629a811b
commit 42f1964e54
51 changed files with 91 additions and 91 deletions

View file

@ -767,7 +767,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_6;
pub struct VersionCheck_0_2_0;
#[cfg(doctest)]
mod compile_fail_tests;