Skip to content

Commit

Permalink
janitor: Make by_address a workspace dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hunger committed Jun 11, 2024
1 parent 60e7d54 commit c945e11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ slint-macros = { version = "=1.7.0", path = "api/rs/macros", default-features =

vtable = { version = "0.2", path = "helper_crates/vtable", default-features = false }

by_address = { version = "1.0.4" }
bytemuck = { version = "1.13.1" }
cbindgen = { version = "0.26", default-features = false }
cfg_aliases = { version = "0.2.0" }
Expand Down
2 changes: 1 addition & 1 deletion internal/compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ proc-macro2 = { version = "1.0.17", optional = true }
lyon_path = { version = "1.0" }
lyon_extra = "1.0.1"
thiserror = "1"
by_address = "1.0.4"
by_address = { workspace = true }
css-color-parser2 = { workspace = true }
itertools = { workspace = true }
once_cell = "1"
Expand Down
2 changes: 1 addition & 1 deletion tools/updater/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = { workspace = true }
codemap = "0.1"
codemap-diagnostic = "0.1.1"
spin_on = { workspace = true }
by_address = "1.0.4"
by_address = { workspace = true }

[[bin]]
name = "slint-updater"
Expand Down

0 comments on commit c945e11

Please sign in to comment.