mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Bump version number to 1.1.0
This commit is contained in:
parent
033263127b
commit
641cab0e75
67 changed files with 123 additions and 123 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "slint-macros"
|
||||
version = "1.0.3"
|
||||
version = "1.1.0"
|
||||
authors = ["Slint Developers <info@slint-ui.com>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
|
||||
|
@ -17,7 +17,7 @@ proc-macro = true
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
i-slint-compiler = { version = "=1.0.3", path = "../../../internal/compiler", features = ["proc_macro_span", "rust", "display-diagnostics"] }
|
||||
i-slint-compiler = { version = "=1.1.0", path = "../../../internal/compiler", features = ["proc_macro_span", "rust", "display-diagnostics"] }
|
||||
|
||||
proc-macro2 = "1.0.17"
|
||||
quote = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue