Skip to content

Commit

Permalink
janitor: update const-field-offset dependency requirement
Browse files Browse the repository at this point in the history
To make sure nobody still use an old version that results in warning in the generated code 

Fixes #5490
  • Loading branch information
ogoffart authored Jun 27, 2024
1 parent 155156a commit 863fb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ default = ["std", "unicode"]
i-slint-common = { workspace = true, features = ["default"] }
i-slint-core-macros = { workspace = true, features = ["default"] }

const-field-offset = { version = "0.1", path = "../../helper_crates/const-field-offset" }
const-field-offset = { version = "0.1.5", path = "../../helper_crates/const-field-offset" }
vtable = { workspace = true }

portable-atomic = { version = "1", features = ["critical-section"] }
Expand Down

0 comments on commit 863fb4c

Please sign in to comment.