Bump version number to 1.10.0

This commit is contained in:
ogoffart 2025-01-13 13:38:41 +00:00
parent 6e81f90d33
commit c83af3ca5c
48 changed files with 67 additions and 67 deletions

View file

@ -433,7 +433,7 @@ pub use i_slint_backend_selector::api::*;
/// 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_9_2;
pub struct VersionCheck_1_10_0;
#[cfg(doctest)]
mod compile_fail_tests;