mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Bump version number to 0.3.4
This commit is contained in:
parent
5bf97c09dd
commit
ce07d078ce
57 changed files with 106 additions and 106 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "slint-macros"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
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 = "=0.3.3", path = "../../../internal/compiler", features = ["proc_macro_span", "rust", "display-diagnostics"] }
|
||||
i-slint-compiler = { version = "=0.3.4", 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