Skip to content

Commit

Permalink
Ensure vtable and vtable-macro have the same version
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Sep 14, 2022
1 parent 37f6d31 commit 9cab074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helper_crates/vtable/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ homepage = "https://slint-ui.com"
[lib]

[dependencies]
vtable-macro = { version = "=0.1.8", path = "./macro" }
vtable-macro = { version = "=0.1.9", path = "./macro" }
const-field-offset = { version = "0.1", path = "../const-field-offset" }
stable_deref_trait = { version = "1.2.0", default-features = false }
atomic-polyfill = "1.0.1"
2 changes: 1 addition & 1 deletion helper_crates/vtable/macro/Cargo.toml
Expand Up @@ -3,7 +3,7 @@

[package]
name = "vtable-macro"
version = "0.1.8"
version = "0.1.9"
authors = ["Slint Developers <info@slint-ui.com>"]
edition = "2021"
license = "GPL-3.0-only OR LicenseRef-Slint-commercial"
Expand Down

0 comments on commit 9cab074

Please sign in to comment.