Bump version number to 1.3.1

This commit is contained in:
ogoffart 2023-11-23 07:47:07 +00:00
parent 7008b11e3e
commit 0a5bf6c37b
39 changed files with 59 additions and 59 deletions

View file

@ -299,7 +299,7 @@ pub mod platform {
/// 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_1_3_0;
pub struct VersionCheck_1_3_1;
#[cfg(doctest)]
mod compile_fail_tests;