mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Update version number everywhere
This commit is contained in:
parent
1d6a0b0b9c
commit
fea2478859
22 changed files with 53 additions and 53 deletions
|
@ -63,11 +63,11 @@ In your Cargo.toml:
|
|||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
sixtyfps = "0.0.4"
|
||||
sixtyfps = "0.0.5"
|
||||
...
|
||||
|
||||
[build-dependencies]
|
||||
sixtyfps-build = "0.0.4"
|
||||
sixtyfps-build = "0.0.5"
|
||||
```
|
||||
|
||||
In the `build.rs` file:
|
||||
|
@ -378,7 +378,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_4;
|
||||
pub struct VersionCheck_0_0_5;
|
||||
|
||||
#[cfg(doctest)]
|
||||
mod compile_fail_tests;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue