Skip to content

Commit

Permalink
const-field-offset: Prepare for release
Browse files Browse the repository at this point in the history
Just some warning fixes and update the domain in the Cargo.toml
  • Loading branch information
ogoffart committed Feb 20, 2024
1 parent ddebd64 commit bd86c93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions helper_crates/const-field-offset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog

## [0.1.4] - 2024-02-20

- Warning fixes

## [0.1.3] - 2023-04-03

- Upgraded syn to syn 2
Expand Down
4 changes: 2 additions & 2 deletions helper_crates/const-field-offset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "const-field-offset"
version = "0.1.3"
version = "0.1.4"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -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.3", path = "./macro" }
const-field-offset-macro = { version = "=0.1.4", path = "./macro" }
field-offset = "0.3.2"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion helper_crates/const-field-offset/macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "const-field-offset-macro"
version = "0.1.3"
version = "0.1.4"
authors = ["Slint Developers <info@slint.dev>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit bd86c93

Please sign in to comment.