Prepare for release of helper crates

This commit is contained in:
Olivier Goffart 2024-03-14 08:52:09 +01:00
parent 1d40f9ed78
commit e34d5f61a5
4 changed files with 8 additions and 4 deletions

View file

@ -2,6 +2,10 @@
# Changelog
## [0.1.5] - 2024-03-14
- Warning fixes
## [0.1.4] - 2024-02-20
- Warning fixes

View file

@ -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]

View file

@ -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"

View file

@ -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