mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Prepare for release of helper crates
This commit is contained in:
parent
1d40f9ed78
commit
e34d5f61a5
4 changed files with 8 additions and 4 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Changelog
|
||||
|
||||
## [0.1.5] - 2024-03-14
|
||||
|
||||
- Warning fixes
|
||||
|
||||
## [0.1.4] - 2024-02-20
|
||||
|
||||
- Warning fixes
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "const-field-offset"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -15,7 +15,7 @@ homepage = "https://slint.dev"
|
|||
field-offset-trait = ["const-field-offset-macro/field-offset-trait"]
|
||||
|
||||
[dependencies]
|
||||
const-field-offset-macro = { version = "=0.1.4", path = "./macro" }
|
||||
const-field-offset-macro = { version = "=0.1.5", path = "./macro" }
|
||||
field-offset = "0.3.2"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[package]
|
||||
name = "const-field-offset-macro"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors = ["Slint Developers <info@slint.dev>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Changelog
|
||||
All notable changes to this crate will be documented in this file.
|
||||
|
||||
## [0.2.0]
|
||||
## [0.2.0] - 2024-03-14
|
||||
|
||||
- Make `Dyn` not Send or Sync, thereby fixing a soundness hole
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue