Update to rust edition 2024
This commit is contained in:
parent
2345d80d80
commit
36bba029f4
4 changed files with 15 additions and 16 deletions
|
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "mark-bin"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
clap.workspace = true
|
||||
image.workspace = true
|
||||
mark.workspace = true
|
||||
palette.workspace = true
|
||||
clap = { workspace = true }
|
||||
image = { workspace = true }
|
||||
mark = { workspace = true }
|
||||
palette = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue