mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Bump version
This commit is contained in:
parent
af6d3661cb
commit
20cfb65e53
24 changed files with 58 additions and 54 deletions
|
@ -62,11 +62,11 @@ In your Cargo.toml:
|
|||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps = "0.0.1"
|
||||
sixtyfps = "0.0.2"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
sixtyfps-build = "0.0.1"
|
||||
sixtyfps-build = "0.0.2"
|
||||
```
|
||||
|
||||
In the `build.rs` file:
|
||||
|
@ -291,7 +291,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_0_1;
|
||||
pub struct VersionCheck_0_0_2;
|
||||
|
||||
#[cfg(doctest)]
|
||||
mod compile_fail_tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue